• Johnny82

    (@johnny82)


    First of all, no worries! I’m using a child theme already. The problem I’m having is that there is a large white space between the navigation and the contents. If you look at the page (http://www.articulograph.de/) you see what I mean. Between the navigation bar and the three images are about 4cm of white space. How can I reduce that? I’ve been looking into that with Firebug already but I cannot find the solution… Thanks!

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

    (@esmi)

    Set the padding on #main and .singular.page .hentry to zero.

    WPyogi

    (@wpyogi)

    That’s not a valid child theme – changing the name does not create valid child theme. I’d recommend you fix that and THEN add this to the child theme CSS file:

    .singular.page .hentry {
        padding: 0;
    }
    .singular .hentry {
        padding: 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty-eleven: White space between navigation and contents’ is closed to new replies.