View Single Post
  #199  
Old 08-24-2013, 12:41 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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.
__________________
xcartmods.co.uk
Reply With Quote