MyBB Community Forums

Full Version: How do I get the banner/logo to the top?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Jag100 Wrote:
Dardango Wrote:
Jag100 Wrote:2/3 ways of doing this

1) Extend the banner

2) Set your forum to the width of 925px. So go to the Admin CP and find Themes > Your theme > Page Container > Width (and type that in there)

3) Download rh.gif (This black line below Toungue)



Then upload it to /board/images/ and then once you done that go to the Admin CP and then find Themes > Your theme > Additional CSS. In that box copy and paste this into it
#header {
background: url(images/rh.gif) repeat-x;
}

Did all that, nothing changed. By the way, you didn't specify whiss CSS box to add the code to?

Sorry scroll ll the way bottom of the page and there is a big box to add extra code just put it in there

Got it. No Luck Sad
Do you want it to take the complete top of the page so get rid of the orange bit at the top part of the page?
Modify theme
Body -> Extra Css Atributes
add this

margin:0;
padding:0;
Bas Wrote:Modify theme
Body -> Extra Css Atributes
add this

margin:0;
padding:0;

Bas:

You the man!

That's what I was talking about.

Thanks!
Pages: 1 2