• Please look at this page and tell me how to move the header up as far as I can to the top of the page. I would like the header to have no space between it and the top border of the wrapper…

    I would also like to have a smaller margin between the wrapper and the top of the background. How do I do that as well?

    Thanks in advance for your help…WM

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try removing margin-top: 20px; from:

    #wrapper {
        background: none repeat scroll 0 0 #EDD5AD;
        border: 1px solid #76410D;
        margin-top: 20px;
        padding: 0 20px;
    }

    in your stylesheet.

    Thread Starter wmease

    (@wmease)

    Hi esmi,

    That worked great to remove the space at the very top of the wrapper and background.

    Do you know how I can move the header up as well?

    Thanks again…

    You can look at the page and see the change…WM

    You need to remove the site-title and site-description div blocks from header.php.

    Thread Starter wmease

    (@wmease)

    Again, esmi…you are wonderful…

    thanks for sharing your amazing knowledge and skill….

    Wade

    Glad to have helped. ??

    Thread Starter wmease

    (@wmease)

    esmi,

    Is it possible to select a single page on my site and not have a header for that page only?

    I’d like to have a squeeze opt-in similar to this but of course on topic and would like to not have the header but just the opt-in box.

    I would like to keep my other content pages with the header however.

    Hope that makes sense….

    Thread Starter wmease

    (@wmease)

    Hi esmi,

    Okay, this is what I understand thus far. Since this will be my “home page” that I designate as the static page then I think I can use the conditional tag is_front_page().

    I think that will now allow me to remove the header from the front_page.

    How do I do that? What the code changes? What file needs to be changed?

    Again, thanks for helping me learn and grow…Wade

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I move the header up on the page?’ is closed to new replies.