X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   where is code to change size of dropdown width (https://forum.x-cart.com/showthread.php?t=65791)

balam 01-08-2013 11:10 AM

where is code to change size of dropdown width
 
Hi,
I have weird problem with my site,
the dropdown goes off the template
see image

where or how can I fix this .

thanks
http://dl.dropbox.com/u/3568826/for-forums-help-screenshots/xcart1.png

cflsystems 01-09-2013 12:53 AM

Re: where is code to change size of dropdown width
 
Use Firebug / Firefox to find out the css class for text fields - it is in css

balam 01-09-2013 06:07 AM

Re: where is code to change size of dropdown width
 
thanks I did use firebug
the source file is cache so
firebug does not tell me the real name of the file.
any idea where the line or entry is.

totaltec 01-09-2013 06:52 AM

Re: where is code to change size of dropdown width
 
balam, if you can give us a link to the live site, we can probably help more.

To determine what CSS file you are using, Go to admin and look under General Settings near the bottom you will see Optimization settings -> Use speed-up tool for CSS

Turn this off temporarily, it will allow you to see the actual CSS file used. With a live store, this option allows all the CSS files to be combined into one cached file, which is a significant speed up for the end user. But it is frustrating when just starting out and unfamiliar with this feature.

balam 01-09-2013 06:56 AM

Re: where is code to change size of dropdown width
 
thanks for your amazing help
here is the link for the web

http://siteground188.com/~mohawksa/product.php?productid=170&cat=3&page=1

totaltec 01-09-2013 07:01 AM

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?

balam 01-09-2013 07:39 AM

Re: where is code to change size of dropdown width
 
THANK YOU
that works


All times are GMT -8. The time now is 10:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.