SWSUSA
11-03-2013, 01:41 AM
Hello! Show you how to increase the width of the search box?
Thank you!
ozzy47
11-03-2013, 02:15 AM
Add this to your additional.css.
/* Start Increase Searc Box Width */
.globalsearch
{
position:absolute;
width:220px;
}
.globalsearch .textboxcontainer span
{
width: 187px;
}
.globalsearch input.textbox
{
width: 160px;
}
/* End Increase Searc Box Width */
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.