JARKUS Posted January 6, 2016 Share Posted January 6, 2016 Hello, I have a question.. I would like to change size of product page in category page from big one to smaller ( look attached picture ) .. from size (image A) to size (image = its OK but how can i move product name, price, buy button under the product image. Sorry for my english. Thank you for help Link to comment Share on other sites More sharing options...
gabdara Posted January 7, 2016 Share Posted January 7, 2016 You could change the number of products per row in category from 3 to 4. That will automatically make all your products smaller. Go to YOUR_PRESTA/themes/default-bootstrap/product-list.tpl. Change at line 28 value into 4: {assign var='nbItemsPerLine' value=4} Also at line 49 change col-md-4 to col-md-3. Clear Smarty Cache and reload the category page. Link to comment Share on other sites More sharing options...
JARKUS Posted January 7, 2016 Author Share Posted January 7, 2016 Ive tried and change it and this happend. Link to comment Share on other sites More sharing options...
gabdara Posted January 7, 2016 Share Posted January 7, 2016 Make sure you modify where I've indicated. You should have 4 products on a row. Link to comment Share on other sites More sharing options...
Sergio Posted February 11, 2018 Share Posted February 11, 2018 Your solution worked for "Grid" mode, but in "List" mode doesn't work. 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