Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2222
    UndeadStooge
    Member

    I would like to remove the grey from the header of my site and if

    possible bring the footer done to the bottom on the main page as it

    shows up on the other pages.

    Much Obliged

    #2223
    UndeadStooge
    Member

    Sorry forgot to include my URL:  http://www.undeadstooge.com/

    #2254
    Sakin
    Keymaster

    @UndeadStooge: You can add the following css in “Theme Options -> Theme Options -> Custom CSS” in your WordPress Dashboard.

    I see that there is issue in site logo as it is overlapping the logo. For the logo overlap, use the following css:

    #branding .logo-wrap {
    max-width: 100%;
    }

    For the grey header, use the following css:

    #branding {
    background: url("images/bg-header.jpg") repeat-x scroll left bottom transparent;
    }

    But I don’t understand about the what you want to do with the footer.

    #2357
    BeSt
    Member

    I think UndeadStooge wants to do the same as I.

    I try do describe:

    Is ist possible to get the footer fixed to the bottom of the screen, so that it doesn´t sroll with the rest of the page. I want to get the “content”-area scroll, but header and footer stay fixed at tho top / bottom of the page.

    Has anyone an idea?

    Thanks

    BeSt

    #2358
    Sakin
    Keymaster

    @BeSt: I haven’t seen your footer but for http://www.undeadstooge.com/. If you want to make the footer fixed at the bottom.

    #main {
    padding-bottom: 90px;
    }
    #colophon {
    bottom: 0;
    position: fixed;
    width: 100%;
    }

    #2419
    BeSt
    Member

    Great! Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header and Footer’ is closed to new replies.