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

edited September 2007 in Vanilla 1.0 Help
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?

Comments

  • I'm not really sure about the theme(s) you're using but it look like you've omitted the banner title text.

    Right now it looks like this:
    <h1> </h1>
  • You could change this:

    #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>

    :)
  • edited September 2007
    I just tried reentering the (ampersand)nbsp thing into the banner title and it's all back to normal.
This discussion has been closed.