• Resolved sgtech

    (@sgtech)


    Hi all.

    I want to decrease the amount of space between the menu and my content on Twenty-Ten. How do I accomplish this?

    Thank you.

    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • that is mostly the top padding of #main:

    #main {
    	clear: both;
    	overflow: hidden;
    	padding: 40px 0 0 0;
    }

    and a bit more from:

    .entry-content,
    .entry-summary {
    	clear: both;
    	padding: 12px 0 0 0;
    }

    the space above the menu is defined by:

    #header {
    	padding: 30px 0 0 0;
    }
    Thread Starter sgtech

    (@sgtech)

    Thank you again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decreasing margins’ is closed to new replies.