viktorsundberg Posted December 20, 2009 Share Posted December 20, 2009 I would like to change the size of the box where my customers are going to choose their combinations (image size in my case). In FireFox, the length of the list expands when i click the down arrow, but in explorer it does not, so it would be good if I could expand it from the start (before people click) so the length of the box does not have to expand so it works in Explorer too.I am talking about the box after "Bildstorlek:" on this product for example:http://www.fotoplaneten.se/product.php?id_product=43Please help. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted December 20, 2009 Share Posted December 20, 2009 themes/yourtheme/css/global.cssrow 1930:this: width: 47%; replace to: width: 65%; If you need more width, increase % or type xxx px Link to comment Share on other sites More sharing options...
viktorsundberg Posted December 20, 2009 Author Share Posted December 20, 2009 Wow, thanks mate! Is there anything you don't know about prestashop? ^^ Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted December 20, 2009 Share Posted December 20, 2009 Maybe Link to comment Share on other sites More sharing options...
viktorsundberg Posted December 20, 2009 Author Share Posted December 20, 2009 I changed, but it kind of screwed up the position of Referens and Quantity (Antal). It seems that the colon follows the position of "Bildstorlek"? What is the best solution, to align all left? How is that done?http://www.fotoplaneten.se/product.php?id_product=43 Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted December 20, 2009 Share Posted December 20, 2009 Try a little less %... Link to comment Share on other sites More sharing options...
juniordj Posted February 14, 2010 Share Posted February 14, 2010 In case you still need this, I got this working by change the following in the global.css#primary_block form#buy_block label{ text-align:right;}#primary_block form#buy_block label,#primary_block form#buy_block select{ display:block; width:47%; float:left;}with#primary_block form#buy_block label{ display:block; width:25%; float:left; text-align:right;}#primary_block form#buy_block select{ display:block; width:70%; float:left;}I am new to PrestaShop, so may not be the best way to solve a CSS issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now