Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Navbar on ALL themes messed up
http://wos.totalh.com/categories.php
I don't know why, but the navbar got pushed up or has changed somehow on EVERY theme on my forum. I don't know what changed, but on my Dizzy based themes (the default), the navtext is supposed to be on the green section below the title, but now it's up above it!
What could have changed this?
I don't know why, but the navbar got pushed up or has changed somehow on EVERY theme on my forum. I don't know what changed, but on my Dizzy based themes (the default), the navtext is supposed to be on the green section below the title, but now it's up above it!
What could have changed this?
0
This discussion has been closed.
Comments
Right now it looks like this:
<h1> </h1>
#Header ul { text-align:center; margin-left: 425px; margin-top: 20px; }
To:
#Header ul { text-align:center; margin-left: 425px; margin-top: 90px; }
And it should look like this:
But you still need to do something about the empty
<h1></h1>