wolwo2 Posted June 5, 2019 Share Posted June 5, 2019 How can I make 3 products per row instead of 4 as it is by default? See here: https://monosnap.com/file/RQ6NHzeT7YbfmsIBvHiWFIxVCqIyZ0 Link to comment Share on other sites More sharing options...
NemoPS Posted June 5, 2019 Share Posted June 5, 2019 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 More sharing options...
wolwo2 Posted June 9, 2019 Author Share Posted June 9, 2019 I'm a newbie to this, could you please add some additional steps or resource on how can I update it? Link to comment Share on other sites More sharing options...
NemoPS Posted June 17, 2019 Share Posted June 17, 2019 #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 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