• If you look on my site (www.DanielDickey.com)the is a white space between my tabs and the 3p double line above my first post.

    How can I remove this empty space so my tabs will be right on top of my first post?

    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • At about line 26 in style.css add ‘display: none;’ like this:

    #header {
    border-bottom:3px double #DDDDDD;
    clear:both;
    display:none;
    }
    Thread Starter Hello Friend

    (@danieldickey)

    Thank you. Also is there a way to not completely lose it, but just make it smaller?

    vtxyzzy

    (@vtxyzzy)

    In /themes/thesis/lib/css/widths.php, around line 8, change this:

    #header {
    padding-left:1.1em;
    padding-right:1.1em;
    }

    to this:

    #header {
    padding: 1px;
    }

    Adjust the 1px to suit.

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

The topic ‘How To Edit Out Header’ is closed to new replies.