• Hi. I am using the Hybrid 0.9 theme for my site (http://www.perapera.org) but am having some difficulty removing the white space below the primary menu. I looked in the CSS and other theme files but was unable to identify what to change.
    Would appreciate any help on this. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your style.css file, look for this

    #primary-menu, #navigation {
    overflow: visible;
    height: 34px;
    margin: 0 0 60px 0;
    z-index: 100;
    }

    The margin that is set to 60px controls the bottom margin of the #primary-menu element. To reduce the white space, lower that value and you’ll be golden.

    Thread Starter sakaya

    (@sakaya)

    Worked perfectly. Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing blank space between menu and content’ is closed to new replies.