This is the code in the header [code:e4nvzs4r]<?php if (function_exists(‘pixopoint_search’)) {pixopoint_search();} ?>[/code:e4nvzs4r]
This is the code generated [code:e4nvzs4r]<div id="search">
<form method="get" id="searchform" action="http://memo.nutwork.com.au/">
<input type="text" style="width:40px" value="Search this website..." name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
</div>
[/code:e4nvzs4r]
The inline width of 40px takes over the CSS width set of 200px. What file is generating this 40px as I need to remove it.
Thanks!