Originally Posted by
Warlord651
/* Background
--------------------------------------------- */
#header-bg {
background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
background-position: top left;
background-repeat: no-repeat;
width:100%;
height:amountofpixelsalongthe y-axis herepx (ex height:78px; )
}
I inserted that and it made no changes....
are you sure thats what i have to edit or is it this....
/* Main blocks
---------------------------------------- */
#header-bg {
width: 820px;
height: 200px;
margin: auto;
I mean is there something that i have to do to make these changes take effect i replaced the old one in the ftp i dunno
Oh, "height:amountofpixelsalongthe y-axis herepx (ex height:78px; )" actually means that you change it to whatever it is but since you had another row for it there's no need. Delete those two rows I told youabout earlier.
Change;
Code:
/* Main blocks
---------------------------------------- */
#header-bg {
width: 820px;
height: 200px;
margin: auto;
to
/* Main blocks
---------------------------------------- */
#header-bg {
width: 922px;
height: 159px;
margin: auto;
Try that.