Jump to content

New products, homefeatured and best selleres on homepage issue


Recommended Posts

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.

post-733226-0-72702500-1400439382_thumb.jpg

post-733226-0-75320900-1400439384_thumb.jpg

post-733226-0-50299900-1400439386_thumb.jpg

Link to comment
Share on other sites

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

 

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

  • 7 months later...
×
×
  • Create New...