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.

Changing the look of menu.php

edited July 2006 in Vanilla 1.0 Help
Hi - Lovin' Vanilla. Got a question from a non-techie who's trying to adapt vanilla to the look of our up and coming web site (first crack at CSS). We want to have the menu display our banner which is 800x150 in place of the waves.blue.gif that is there. We want the nav tabs to rest on the bottom of the banner. Figured out how to change the banner, but moving the tabs to the bottom left me brain dead. Any coders want to give some hints on how we can get this done simply? Thanks

Comments

  • edited July 2006
    Don't you just need to edit #Header ul in vanilla.css?
    #Header ul { text-align:left; }
  • That should move the tabs to the left,

    I think he wants to move them down:#Header ul { text-align:center; position: relative; top: 19px; }
  • edited July 2006
    lol, his brain is left dead... oops... well, he get an answer now.

    Is it still looking like tabs now ?
  • edited July 2006
    Easy now Dinoboff - I'm an audio guy - not an English major or coder :0) Thanks for your help... I'll give it a try.
  • Excellent - That did it! Thanks
  • no, english is not my native language, and I was laughting at my mistake ;-)
This discussion has been closed.