ldobr Posted May 18, 2014 Share Posted May 18, 2014 Hello. I have issue with the three modules that are by default on bootstrap theme on Prestashop 1.6, new products, home featured and best sellers. I have selected in all three of them 8 products to display, but on the second line there is some bug that causes that only one products gets displayed on second line and three on third line. I have reinstaled the modules, changed image sizes to bootstrap default, gerenerated images, cleared caches... I've tried everything that came on my mind but I am still stuck with this (see the attachment). Any ideas? The shop is located here. Link to comment Share on other sites More sharing options...
dioniz Posted May 18, 2014 Share Posted May 18, 2014 Hello and welcome That's because of different height of boxes. Try this. Open yourdomain/themes/default-bootstrap/css/product_list.css and find: #index ul.product_list.tab-pane > li { margin-bottom: 0; padding-bottom: 85px; } add min-height to it #index ul.product_list.tab-pane > li { margin-bottom: 0; padding-bottom: 85px; min-height:300px; } Link to comment Share on other sites More sharing options...
ldobr Posted May 19, 2014 Author Share Posted May 19, 2014 Hello and welcome That's because of different height of boxes. Try this. Open yourdomain/themes/default-bootstrap/css/product_list.css and find: #index ul.product_list.tab-pane > li { margin-bottom: 0; padding-bottom: 85px; } add min-height to it #index ul.product_list.tab-pane > li { margin-bottom: 0; padding-bottom: 85px; min-height:300px; } I've tried this but it did not help. Actualy it is worse, right now it is showing all three modules at the same time and with the previosly mentioned error. I left it on the page so you can look for yourself. Link to comment Share on other sites More sharing options...
dioniz Posted May 19, 2014 Share Posted May 19, 2014 Yes i see. Let me try to see if i can find some other solution Link to comment Share on other sites More sharing options...
dioniz Posted May 19, 2014 Share Posted May 19, 2014 How did you make 4 in line, By default there's only 3 in line. Link to comment Share on other sites More sharing options...
ldobr Posted May 24, 2014 Author Share Posted May 24, 2014 How did you make 4 in line, By default there's only 3 in line. Not sure if that is right, in default theme there are 4 products in line, they are just bigger. Link to comment Share on other sites More sharing options...
trevorgilligan Posted January 9, 2015 Share Posted January 9, 2015 hi folks, when i click "best sellers" on vouchoff.com/shop , it doesnt show the "add to cart button" do you know where i can change this? trev Link to comment Share on other sites More sharing options...
Recommended Posts