Log in

View Full Version : Sub NavBar height


Christos Teriakis
10-02-2011, 12:52 PM
Hello,

Can anybody tell me which stylevar I need to edit to adjuct the height of sub navbar. I mean the bar with menus just below the tabs. Currently is 26px as is the the stylevar navbar_tab_size. The problem is that if I change the height of navbar_tab_size (eg to 36px), the sub navbar takes the same height too, something that I want to avoid.

Thank you
Chris

setishock
10-02-2011, 02:30 PM
The buttons are navbar. The links under it are navbartabs. You can edit them through the stylevars but to make adjustments like you want edit the navbartabs in vbulletin_chrome.css.
If you make edits it's best to add them to the additional.css so you don't bugger up the template.

Christos Teriakis
10-02-2011, 03:08 PM
The buttons are navbar. The links under it are navbartabs. You can edit them through the stylevars but to make adjustments like you want edit the navbartabs in vbulletin_chrome.css.
If you make edits it's best to add them to the additional.css so you don't bugger up the template.

Thank you. I'll give it a try.

Chris