Posted by Ryan Smith
2014-03-29

Hello Tom. Is there a way to insert something into the code somewhere to reduce the size of the search page. Every computer I log into the search boxes are very large and discombobulated. I am getting complaints because it looks sloppy. Thanks in advance!
Posted by Tom
2014-03-29

Hi Ryan,

>the search boxes are very large and discombobulated.

Is it because the page always stretches to the browser width? If so, maybe you can fix the width of the search page by specifing it in the template. To do so, open web/staff/tpl.(table-name).search.inc.php in a text editor and find the following line:
<div id='container'>
Add style='width:800px' to the div tag like
<div id='container' style='width:800px'>
This will set the page width to 800px.