Home Forums WoodMart support forum Gaps between products on shop pages Reply To: Gaps between products on shop pages

#97614

Hello,

Please deactivate the grid http://prntscr.com/lxynxu and insert the code into the Theme Settings > Custom CSS:

.shop-content-area .elements-grid {
   -webkit-box-align: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
}
.woodmart-hover-base .product-wrapper {
   border: 1px solid rgba(129,129,129,.2);
   height: 100%;
}

Best Regards