Guest Posted January 14, 2007 Share Posted January 14, 2007 how do you make the drop down menu on the "Manufactuers" bar wider (without making the whole section wider) ? my store is here http://www.supergnarly.com/catalog Thanks for the help! Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 you need to specify the width of the drop-down list in pixels or percentage. So if you wanted to take 50% of the row you would change the code in index.php to do echo ' <td align="center" class="main" width="50%">' . tep_draw_form('filter', FILENAME_DEFAULT, 'get') . TEXT_SHOW . ' '; and then to allocate the 100% of the cell you add the width style to the drop-down list passing it with the parameters to the function: 'style="width: 100%"' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.