Tagged: Product Grid
I’m having trouble increasing the width between columns on the Product Grid module. I’m using WooCommerce. Here is some CSS I tried which didn’t work:
.template-shop {
-webkit-column-gap: 40px !important;
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
Hey k593,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .shop_columns_3 .products .product {
margin-right: 3.5%;
width: 31%;
}
Hope this helps :)
Best regards,
Nikko
That worked! Thank you Nikko.
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko