The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
navbar cell width issue
The width of each td in the navbar is calculated based on the number of letters it contains. The problem is that it does so seemingly exponentially, so that "HomeForumsWebrary" would take up 456px of width while "search" only takes up 135px.
I'm not sure how to fix this. I just want the spacing to look even. *edit - I think I got it. I put this in the headinclude: <if condition="$show['member']"> <style type="text/css"> .nav1 { width:12.5%; } </style> <else /> <style type="text/css"> .nav1 { width:20%; } </style> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|