Johnny Cheese Posted April 10, 2020 Share Posted April 10, 2020 (edited) Hello, I cannot find a solution to fix the space betwen products (you can see it in the image) and i don't know why the filter isn' working. Thanks! Edited April 10, 2020 by Johnny Cheese (see edit history) Link to comment Share on other sites More sharing options...
Guest Posted April 10, 2020 Share Posted April 10, 2020 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 More sharing options...
NPO Posted April 10, 2020 Share Posted April 10, 2020 Hi, In your css for this template set or add: white-space: nowrap; that should take out any blanks. Link to comment Share on other sites More sharing options...
Prescol Posted April 10, 2020 Share Posted April 10, 2020 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 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