• The logo and navigation bar on my site (as well as elements of the sidebar) have mysteriously pushed down by several pictures making my site look awfully sloppy: http://nitch.ca. I really have no idea how this happened as the only thing I’ve added to the site in months is posts and have made no changes to the code other than requested plugin updates (and this change didn’t even coincide directly with any of those).

    The nav bar should be aligned with the grey bar to make the headings visible and square off the top of the site. I’m running the Decimus theme which offers no support so I’m a bit at a loss.

    Is there any explanation for why the head content would just shift like this?

    I’m pretty non-technical so I really don’t know where I’m at after browsing through the header and css code…

    Please assist?

Viewing 1 replies (of 1 total)
  • not sure why if you haven’t changed the code but there is a padding of 40px on the body of the site for the top. When I remove that rule the navigation fixes itself.

    change
    body{padding:40px 0 0 0;}
    to
    body{padding:0;}

    that should fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme navigation bar being pushed down by several pixels’ is closed to new replies.