Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m sorry but it is really beyond the scope of these forums to deal with general CSS issues. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead. In the meantime, try using Firefox with the Firebug add-on for this kind of CSS work. Or use whatever developer tool is available in your web browser.
    http://getfirebug.com/

    add this to your child theme CSS file

    .main-navigation {
    margin-top: 0 !important;
    }
    Thread Starter Cris

    (@kissthat)

    doesn’t fix the white space from the sides . Still thank you 🙂

    I’m not sure which sides you are referring to, but those are ‘Margins’ set inside your theme.

    But if you really want those gone:

    body .site { padding: 0 !important; }
    .site ( padding: 0 !important; }

    Thread Starter Cris

    (@kissthat)

    No i just want the nav menu and the header to stretch to full height not to remove the white spaces .. a fast picture maid on paint to see what i mean http://i.imgur.com/ysq5DlD.png the red arrows are the places where i want the nav menu and the header to stretch to

    Yea, it’s going to be a bit involved as you need to remove the padding on the content holder, and then float the header to the left, and set the width on #masthead to 100%;

    Thread Starter Cris

    (@kissthat)

    Thanks 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove space between nav menu and header ?’ is closed to new replies.