Support » Fixing WordPress » moveing the content column and sidebar up the page?

  • Resolved strung out

    (@strung-out)


    hello, i need a little help moving my content column and right sidebar further up the page so they sit just below the menu bar.

    which lines in my style sheet (i assume this is the correct sheet?) do i need to alter the values of, as i can’t seem to find them 🙂

    many thanks yet again. this forum is proving invaluable to me.
    http://robots-and-spaceships.com/

Viewing 1 replies (of 1 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    look for this in your theme’s stylesheet style.css:

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

    change the 40px part to your liking.

Viewing 1 replies (of 1 total)
  • The topic ‘moveing the content column and sidebar up the page?’ is closed to new replies.