Comments karim_gabriels started the conversationMay 2, 2018 at 12:18pmHello,I have a page with a WC products object in place which shows all products in the shop.But for some reason there is a white space between some of them.Thanks for getting back to me.Regards. 228Milingona repliedMay 3, 2018 at 4:58pmHello Karim,Please paste the following code in Bakery > Custom Code > Custom CSS to fix that. .vu_wc-product .vu_p-image { background-size: cover !important; } .vu_wc-products .vu_p-item-container.col-md-4:nth-child(3n+1) { clear: left;}.vu_wc-products .vu_p-item-container.col-md-3:nth-child(4n+1) { clear: left;}@media (max-width: 991px) and (min-width: 768px) { .vu_wc-products .vu_p-item-container { clear: none !important; } .vu_wc-products .vu_p-item-container:nth-child(3n+1) { clear: left !important; }}@media (max-width: 767px) { .vu_wc-products .vu_p-item-container { clear: none !important; } .vu_wc-products .vu_p-item-container:nth-child(2n+1) { clear: left !important; }}Kind regards, Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello,
I have a page with a WC products object in place which shows all products in the shop.
But for some reason there is a white space between some of them.
Thanks for getting back to me.
Regards.
Hello Karim,
Please paste the following code in Bakery > Custom Code > Custom CSS to fix that.
Kind regards,
Milingona Support
Follow on Envato Facebook Twitter