How to resolve the blank space issue of the products on PLP page

We might face the above issue in the website .

We can use this solution to resolve this issue.

solution:

To solve the issue we we can use the CSS property 

white-space: nowrap; 

example:

.facets-items-collection-view-row{

    white-space: nowrap;

}

Leave a comment

Your email address will not be published. Required fields are marked *