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
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
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!
Thanks!
This topic has been closed to new replies.