Quote Originally Posted by NotGoddess
Your box width is only 146px wide (inner width), so with the padding on the input, it's too wide at 145px (col width 175-30=145) to fit.

You need to find in the template:
style="width: ' . ($column_width-30) . 'px"

and change that 30 to 40 or 45, etc until it fits for you.

I'll do some research and see if I can find the proper reference for the box width and adjust the template.

-Ng_
The only file I can find that, as written, is /includes/templates/template_default/sideboxes/tpl_search.php

However, the sophyblue template already overrides it with style="width: ' . ($column_width-50) . 'px"

I also tried knuckle-101's suggestion. Neither increasing nor decreasing worked.