Thank you.
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Could you provide your site URL so we can take a look at the problem closer?justeezin wrote:I have a lot of color options for our shirt site and when I set it to image, all of the images are one single column. Is there a way to set it so we have 2 or 3 columns in order to reduce the length of the page. We are running 2.2.0.0 with the default template. Any help will be great.
Thank you.
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
viethemes wrote:Could you provide your site URL so we can take a look at the problem closer?justeezin wrote:I have a lot of color options for our shirt site and when I set it to image, all of the images are one single column. Is there a way to set it so we have 2 or 3 columns in order to reduce the length of the page. We are running 2.2.0.0 with the default template. Any help will be great.
Thank you.
Our site is justeezin.com
Code: Select all
.form-group {
overflow: hidden;
}
.form-group .control-label {
display: block;
}
.form-group .radio {
float: left;
width: 30%;
}
.form-group .radio+.radio {
margin-top: 10px;
}
.form-group .radio img {
display: block;
}
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
http://www.opencart.com/index.php?route ... n_id=24769
It may take care of your requirement.
Opencart Expert | sales[at]ost.agency
Skype - manish.osuniverse | Gtalk - manishmt
Extensions for Opencart @ https://www.ost.agency/product/product- ... extensions
ost.agency - ecommerce website design, development and digital company
That worked great! Thank you. If I wanted to change it so that there are four columns is there something in the code that you supplied that can make that change or would I have to change the width of the page and the template?viethemes wrote:To do that you can install my free extension Custom CSS and add below codeCode: Select all
.form-group { overflow: hidden; } .form-group .control-label { display: block; } .form-group .radio { float: left; width: 30%; } .form-group .radio+.radio { margin-top: 10px; } .form-group .radio img { display: block; }
Thank you again,
Eric

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
Users browsing this forum: No registered users and 9 guests