• I have an issue with the navigation bar on my site.

    Despite the logo and the nav background image being set to the same height, there is a white line below the nav (and not the logo) when I view in Safari.

    There is also a parallel white line above the page content.

    I can’t work out what is generating these white lines and how to remove them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Nice, very fancy site!

    Here are some ideas. I often have to play with menus because Safari does not handle text like other browsers do, and it’s very annoying.

    Your menu image has a height of 219px. Your menu images have a height of 119px. #main-nav’s height is not set. That gives browsers freedom to play. 🙂

    It might be as simple as giving ul#main-nav a height of 60px or so. Beyond that, you’d probably want to try explicit heights for the list item or links inside that DIV, also maybe 60px, and beyond that, the code would probably have to be dissected.

    Good luck, Dave

    check funtions.php on your theme delete the white spaces

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove white lines under header’ is closed to new replies.