The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello! Show you how to increase the width of the search box?
Thank you! |
|
#2
|
||||
|
||||
|
Add this to your additional.css.
Code:
/* 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 */
|
![]() |
|
|