Jump to content

Space betwen products


Johnny Cheese

Recommended Posts

Nobody knows, we don't have a crystal ball to find out the URL of the eshop, the Prestashop version and the filter module settings.

Link to comment
Share on other sites

The problem is because elements are arranging within a row, exceeding the number of bootstrap columns. That should not be a problem if all the product cards had the same height. That is why you get that weird white space. 

The best solution for your case is preventing the product name to wrap into multiple lines. Add this css to the name tag 

text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;

 

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