Page 1 of 1
2 question regarding the product option drop down.
Posted: Sun Feb 21, 2016 6:19 pm
by -em-
Hello,
I have two questions regarding the product option, drop down.
1. How/where can I change the drop down product option dimension?
2. How can I arrange them, say in two columns?
I am using the default theme.
Thank you
Re: 2 question regarding the product option drop down.
Posted: Sun Feb 21, 2016 6:38 pm
by Burt65
-em- wrote:Hello,
I have two questions regarding the product option, drop down.
1. How/where can I change the drop down product option dimension?
2. How can I arrange them, say in two columns?
I am using the default theme.
Thank you
Hi there. I'm guessing you would like to get a bigger window because you can't see the product you are looking for in the current configuration. Before you start to change things, have a look at this:
http://forum.opencart.com/viewtopic.php?f=190&t=158529
The last post has a link to an an extension that allows you to see a lot more... That may fix your problem...
Re: 2 question regarding the product option drop down.
Posted: Sun Feb 21, 2016 9:10 pm
by -em-
I am talking for the front page.
As seen in the picture. I want to make it shorter.
Re: 2 question regarding the product option drop down.
Posted: Mon Feb 22, 2016 4:17 am
by -em-
no one?
Re: 2 question regarding the product option drop down.
Posted: Mon Feb 22, 2016 4:48 am
by EvolveWebHosting
-em- wrote:Hello,
I have two questions regarding the product option, drop down.
1. How/where can I change the drop down product option dimension?
2. How can I arrange them, say in two columns?
I am using the default theme.
Thank you
Default theme with which version of Opencart? That will make a big difference in directing you to the right location.
Re: 2 question regarding the product option drop down.
Posted: Mon Feb 22, 2016 6:05 am
by -em-
Version 2.1.0.2
Re: 2 question regarding the product option drop down.
Posted: Mon Feb 22, 2016 3:17 pm
by Burt65
Oppsss. I though you were talking about in admin. Normally, to change the frontend look of things you work with the .tpl files...
Re: 2 question regarding the product option drop down.
Posted: Mon Feb 22, 2016 6:02 pm
by magikcommerce
HI,
1 To change drop-down option dimension, add bellow css in your
stylesheet.css
#product .form-group select {
width: 50%;
}
2 You can use bootstrap grid system (
https://getbootstrap.com/examples/grid/) to arrange options in two columns.
Re: 2 question regarding the product option drop down.
Posted: Tue Feb 23, 2016 4:52 am
by -em-
magikcommerce wrote:HI,
1 To change drop-down option dimension, add bellow css in your
stylesheet.css
#product .form-group select {
width: 50%;
}
2 You can use bootstrap grid system (
https://getbootstrap.com/examples/grid/) to arrange options in two columns.
The code provided worked! Thanks a lot.
Regarding bootstrap, it seems kind of hard, I have to install it somehow and than use it. I got lost in their website
