The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move login/register buttons to nav bar
I've managed to move the search box. How do I move the login/register/message buttons to the nav bar?
And is there a way to get rid of that silver bar at the top altogether. Or at least change the appearance of it somehow. thanks, BOG |
#2
|
||||
|
||||
It can be done with some CSS. This is the initial CSS to do it in css_additional.css. This will relocate the login to a static location on the channel tabbar, adjust top and right as necesary. Making it responsive will require more work. Javascript may be a better alternative.
Code:
.secondary-nav.h-right { display: block; position: absolute; right: 5em; top: 332px; visibility: visible; } #main-navbar-wrapper { visibility: hidden; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|