kdash1228 Posted September 27, 2020 Share Posted September 27, 2020 (edited) SOLVED: Change theme.css file: .products .product-miniature { margin: 10px 0 10px; position: relative; min-height: 400px; QUESTION: What do I need to change within the code so my product list page doesn't randomly display "blank" squares between products? The only pattern that I am seeing is that the 1st and 2nd columns are blank, but it is not always every other row. Each page is correctly displaying 30 items Edited September 30, 2020 by kdash1228 (see edit history) Link to comment Share on other sites More sharing options...
Razi Posted September 28, 2020 Share Posted September 28, 2020 hello, this issue come when product list text consume more then two lines. you can fix this by increase the height of article using css Link to comment Share on other sites More sharing options...
kdash1228 Posted September 30, 2020 Author Share Posted September 30, 2020 On 9/28/2020 at 12:54 AM, Razi said: hello, this issue come when product list text consume more then two lines. you can fix this by increase the height of article using css Thank you! That fixed it! 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