Quote:
Originally Posted by PhilJ
Try...
skin/reboot/modules/Product_Options/customer_options.tpl
Replace...
Code:
<select id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
With...
Code:
<select style="width:100%" id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
... That should make the select dropdowns stretch 100% of the container.
Unfortunately, you cannot 'wrap' text in the select dropdown options.
|
Thanks Phil. Unfortunately, the change only got me a couple pixels larger.
I love everything about this template, but I really need to allow more room on the product details page for the drop down options & ideally for the product picture too.
- Is the a few good places I can remove "padding" from a container, or do something else to get more width
- I am using 1 column left & would reduce the left column width a little, to get more width on the right side where the product details are.
Any help would be really appreciated.