The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Getting rid of Search Bar on top
Does anyone know how to get rid of search bar by the navigation bar?
Trying to get rid of it. Also, anyway to center the logo to make it directly in the middle after the search bar is removed? Edit: Got rid of the search bar, trying to center logo/header now. Tried adding <center> </center> around the section in css_global or whatever, didn't work. |
#2
|
||||
|
||||
Code:
.navbar_advanced_search { visibility:hidden; height:0px !important; } |
#3
|
|||
|
|||
Quote:
I'm currently trying to center the logo. |
#4
|
||||
|
||||
Code:
.logo-image > img:nth-child(1) { margin-top: 18px; margin-left: 30px; } ----------- cool, you got it. |
#5
|
|||
|
|||
Quote:
It seems to work for me when I am logged out, however when i log in and i view a link it is back to the left. EDIT: Seems like the Administrator Site Builder is the one causing it not to center for administrators, I suppose that is alright . Anyone might know why the colors are off to the sides of the logo? :T |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|