Forums

[resolved] Banner Help! (3 posts)

  1. RunColo
    Member
    Posted 3 years ago #

    I have WordPress 2.7.

    I uploaded my banner on Colorado Running Blog but the bottom of the banner is not showing, what do I need to do to adjust it?

    Thanks

  2. pannpann
    Member
    Posted 3 years ago #

    Open your style.css file and find #header. You'll have to change your height attribute from % to actual pixels as follows:

    #header {
    width: 100%;
    background: #000;
    height: 130px;
    background: #FFF url('images/blogheader.jpg') top center repeat-y;
    }

    Good luck!

  3. RunColo
    Member
    Posted 3 years ago #

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.