Rico92 Posted October 26, 2022 Share Posted October 26, 2022 (edited) Hello everyone, Not sure if i'm at the right spot here. I just installed a new theme on my webstore. The problem now is that i've got some blank spaces in some product lists, not all of them. As shown on the screenshot. I did some research on this forum and read that it could have something to do with css. I did not completely understand that topic. Is there someone who can help me with this or explain how to fix this? Thank you for any effort in advance. nb: the problem on the screenshot is on the following url; https://www.tcgcenter.nl/nl/38-pro-binders-en-albums It is on some other listings too. Edited October 27, 2022 by Rico92 (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted October 26, 2022 Share Posted October 26, 2022 Add to custom.css file in your theme this code: li.product_item { min-height: 380px; } it should fix problem. 1 Link to comment Share on other sites More sharing options...
Rico92 Posted October 26, 2022 Author Share Posted October 26, 2022 17 minutes ago, endriu107 said: Add to custom.css file in your theme this code: li.product_item { min-height: 380px; } it should fix problem. Hello Endrio107, I added this to the custom.css file within the theme. It doesn't seem to fix the problem? Link to comment Share on other sites More sharing options...
endriu107 Posted October 26, 2022 Share Posted October 26, 2022 Did you clear cache in BO and in your browser? 1 Link to comment Share on other sites More sharing options...
Rico92 Posted October 26, 2022 Author Share Posted October 26, 2022 34 minutes ago, endriu107 said: Did you clear cache in BO and in your browser? I apparently did not, sorry! Just cleared cache in BO and seems to work. Products are lined correctly now in listing as far as i've looked at it. Thank you very much for the fix! :))) 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