• Hi all,

    I am after some expert advice out there for an issue I’m having…

    My website is http://btrim.net/kev and there’s a gap under the menu and before the blue box with the marquee box in. Firebug says it is the div tag “Main” but what attributes do I need to remove that gap so the content sits flush under the menu?

    Many thanks,

    Dan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter btrim

    (@btrim)

    Just for reference, I’m editing the TwentyEleven theme but it’s a backup of the primary theme for WordPress for failover purposes. The code is identical to that used in the standard TwentyEleven theme.

    remove/reduce the padding top:

    #main {
    	clear: both;
    	padding: 1.625em 0 0;
    }

    consider to create a child theme http://codex.wordpress.org/Child_Themes and make the edits there;

    it is not a good idea to edit the default theme (Twenty Eleven in wp3.2) directly, as an unedited default theme is important in case of problems; also any modifications to Twenty Eleven will be overwritten with the next upgrade of your wordpress version.

    Thread Starter btrim

    (@btrim)

    Awesome, thank you.

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

The topic ‘TwentyEleven Theme div Main Question’ is closed to new replies.