Jump to content

Change the size?


Recommended Posts

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=43

Please help.

Link to comment
Share on other sites

  • 1 month later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...