The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
As the title says Ive been looking for this certain post now for a couple hours and cannot find it. It contained help as to how you could have your logo full length across your forum as i do and then someone asked how could you hide the search bar and someone posted some code that goes in additional.css or something like that. And I thought it was for vb5 oh and one of the people that helped this poster was Lynne anyway how do i hide the search bar under my logo
http://www.thisandthatandthensome.com |
|
#2
|
|||
|
|||
|
I found it ...
https://vborg.vbsupport.ru/showthread.php?t=296997 |
|
#3
|
|||
|
|||
|
Search box looks a bit untidy there, use this snippet from Wayne to move it to the Navbar, where it looks a lot better
Code:
/*Search in Navbar*/
#header { position: relative; }
#header .header-cell { width: 100%; }
#header .toolbar {
position: absolute;
{vb:stylevar right}: 0;
bottom: -29px;
padding: 0;
display: block;
width: auto;
}
/* reduce search box width from 168px to 120px or any size if you want */
.search-container .search-box .search-term { width: 120px; }
/*End Search in Navbar*/
|
|
#4
|
|||
|
|||
|
Thank You
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|