• Hi, new to wordpress.

    I want to decrease the size of the space below the black-header/menu bar. How can I do this in my style.css? I have already made a child theme, and I don’t know what to modify? Padding? mainnav padding? Please help!

    Also, I hear a lot about using Firebug to find which element you need to modify. Can anyone point me in the direction to learn how to do that?

    here is my website.
    http://www.muellermemo.com/blog/

Viewing 1 replies (of 1 total)
  • Hi,

    You’ll have to make changes at following path:

    muellermemo.com/wp-content/themes/sydney/style.css …at line 996

    Path may vary according to location of child theme

    .page-wrap {
        padding: 63px 0px 100px;
        clear: both;
    }

    You will have to locate the class page wrap and decrease the padding from 63px to your desired value.

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Decrease space below menu! Sydney Theme’ is closed to new replies.