View Single Post
  #6  
Old 01-09-2013, 07:01 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: where is code to change size of dropdown width

You're welcome!

I don't see the width being defined anywhere, so it is not in any particular style sheet. Try adding this to your main.css, or preferably to your altskin.css:
Code:
.product-details .property-value select { max-width: 300px; }
Does that have the desired effect?
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote