The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reduce Navbar's Length
Hi,
i would like to know if there is any way to modify the length of my navbar, which is like this : I would like to reduce it so that my logo can entirely get displayed. Thanks for your help |
#2
|
||||
|
||||
Stylevar -> navbar_margin
|
#3
|
|||
|
|||
I have this and unfortunately it doesn't change anything :
|
#4
|
|||
|
|||
I believe you have to add some custom CSS for that to CSS > additional.css.
HTML Code:
.navtabs{ width: 750px; } |
#5
|
|||
|
|||
Well thanks for your answer,
I have tried with the same code you gave me (replacing navtabs with navbar) but the problem is that the width is reduced (and thus removed) from the right, whereas i would like to reduce it from the left (because my logo is on the left), if anyone can help me please. |
#6
|
||||
|
||||
Yes it does. Change the Left margin, this will move the Navbar to the right, unless your style doesn't use the StyleVars properly. If so, then you need to set left margin in the css code Dave posted above.
|
#7
|
|||
|
|||
@Dragonsys
Thanks for answer, could you tell me what's the code to implement, because I don't really know how to change the margin. Thanks |
#8
|
||||
|
||||
Quote:
Code:
.navtabs{ width: 750px; margin-left: 80px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|