MyBB Community Forums

Full Version: CSS tweeks help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
It's working here. Wink Refresh the page.
Awesome can you tell me how to move the header down about half way from its current position.
Sorry, I'm not very good with themes myself. But taking the residentevildiscussion forum by example, you have to add something like this to the global.css:

.menu {
        position: relative;
        top: -70px;
}

But I have no idea if that will work. If it doesn't work, wait for someone else to tell you how to do it.
wow man thanks it workd i just changed the size to 35 since -70 got rid of the header by bringing it way up
No problem, I'm glad it worked. Wink
http://i.imgur.com/8OSak.png

Im trying to add that as my logo but the default logo wont go away and the new one wont come up any idea?

http://valentinotesting.icyboards.net/index.php
How are you trying to add it?
theme properties then board logo
Hum, if that doesn't work, try this. Admin CP -> Templates & Style -> Templates -> *your theme templates* -> Header Templates -> header

Find:

<div id="banner_l"><div class="logo"><a href="/index.php" ><img src="http://img.icyboards.com/ibthemes/0000default/logo.gif" alt="valentinotesting" /></a></div></div>

Replace with:

<div id="banner_l"><div class="logo"><a href="/index.php" ><img src="http://i.imgur.com/8OSak.png" alt="valentinotesting" /></a></div></div>
Yeah i got it can you tell me if you think it needs to be resized
Pages: 1 2 3 4 5 6 7