Viewing 3 replies - 1 through 3 (of 3 total)
  • Remove the top padding from the style #main in your stylesheet.

    Go into your style.css file and around line 238 you should find:

    #main {
      margin:0 auto;
      padding:33px 0 20px;
      width:1000px;
    }

    Try either removing the padding property altogether, or changing the 33px to 0 (zero).

    Hope that sorts it out for you …

    Thread Starter asadikhan

    (@asadikhan)

    Thanks guys, that did it. Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gap between Page Top and Header Image for Tofurious Theme’ is closed to new replies.