Forums

Gap between Page Top and Header Image for Tofurious Theme (4 posts)

  1. asadikhan
    Member
    Posted 2 years ago #

    Hi,

    I need to get rid of the gap between the header image and the top of the page for my site http://www.AliphAurMeem.com/blog.

    There already is

    margin:0px auto;

    inside the main div. Any ideas?

  2. equalmark
    Member
    Posted 2 years ago #

    Remove the top padding from the style #main in your stylesheet.

  3. Edward Caissie
    Member
    Posted 2 years ago #

    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 ...

  4. asadikhan
    Member
    Posted 2 years ago #

    Thanks guys, that did it. Awesome!

Topic Closed

This topic has been closed to new replies.

About this Topic