Help!

Midnight

Seasoned Veteran
Joined
Apr 14, 2009
Messages
3,184
Reaction score
0
FP$
6
Hi everyone!

I just go a new banner for forumposter and uploaded it correctly through ftp and acp. My old banner which was the exact same size fitted perfectly, yet this one doesnt??

Here is my link, help would be appreciated

http://forumposter.info/
 
Maybe you didn't set the size right. That's all the advice I can give though.
 
In stylesheet.css

Find:
Code:
#header {
width: 808px;
padding: 122px 15px 0 15px;
height: 202px;
margin: auto;
background: url('./images/forumposter-1.jpg') no-repeat bottom center;
text-align: left;
display: block;
}

Replace with:
Code:
#header {
width: 808px;
padding-top: 122px;
height: 202px;
margin-left: auto;
margin-right: auto;
background: url('./images/forumposter-1.jpg') no-repeat bottom center;
text-align: left;
display: block;
}
 
Wow! it worked. even the support team at phpbb couldnt do this! thanks again
 
I'm sure they could dude, was only a CSS edit -🙂- They are pretty slow over there I will give you that -lol-
 
Back
Top Bottom