This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi,
I am adding my products to the website, but in the shop page, there are a lot of empty areas in grid view. How can I fix this issue? You can check it here; https://yerindenalalim.com/magaza/
Hello,
Please add this code in Theme Options > Custom css > Global custom css:
@media only screen and (min-width: 768px) {
.products-grid.columns-3 .product:nth-child(3n+1) {
clear: both;
}
}
Regards
Thank you so much, you’re awesome.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up