• Hi,

    The blog in question can be found: here. (theme used is called Elements of SEO)

    There’s a big space below the header image (and nav bar).. the rest of site content is pushed down about 30pixels or so. I can’t find any specified spacing that I can change to fix it….

    If you have any ideas on how I might be able to make the space smaller, please let me know.

    Thanks!

    -Jesse

Viewing 1 replies (of 1 total)
  • The gap between the header navbar and content is from the main content, left & right sidebar ( + fist post heading).
    You can try adjust the margin-top value in your theme’s style.cs.

    #contentleft,#l_sidebar,#r_sidebar{
      margin-top: 0pt
    }
    
    #contentleft h1:first-child {
      margin-top:0pt
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t account for large space between header image and content/sidebars..’ is closed to new replies.