Quote:
Originally Posted by Spangle
Theres a fix on VB.com in the tutorials it moves the search bar to the Nav bar
but here it is any way :
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;
}
If you want to reduce the size of the visible text entry box use this :
Code:
/* reduce search box width from 168px to 120px or any size if you want */
.search-container .search-box .search-term { width: 120px; }
Hope this helps, thanks go to Wayne
|
thanks for sharing, worked perfectly on 5.2.6