Log in

View Full Version : How to increase the width of the search window


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 */