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
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
0
This discussion has been closed.
Comments
#Header ul { text-align:left; }
I think he wants to move them down:
#Header ul { text-align:center; position: relative; top: 19px; }
Is it still looking like tabs now ?