Jump to content

How can I make 3 products per row instead of 4 as it is by default? 1.7


Recommended Posts

It's using display:flex, it looks like it's enough to change the width of this

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container

You can add it as new style to custom.css

Link to comment
Share on other sites

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
width: 350px
}

Open your site's ftp, locate custom.css in the theme folder: themes\classic\assets\css and add the above.

You might have to adjust the inner content too. Open the dev tools (f12 on chrome), right click, inspect the element and see if it needs realignment. Bear in mind you should know some css to do this
 

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...