View Full Version : I've Been looking for this post...
treadwayms
05-26-2014, 06:52 PM
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
treadwayms
05-26-2014, 08:02 PM
I found it ...
https://vborg.vbsupport.ru/showthread.php?t=296997
Spangle
05-26-2014, 09:17 PM
Search box looks a bit untidy there, use this snippet from Wayne to move it to the Navbar, where it looks a lot better
/*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*/
Add it to your css.additional.css
treadwayms
06-23-2014, 08:57 PM
Thank You
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.