fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Too much space between lines

Too much breakline spaces between attributes and “in-stock” info.

 

How do I make them closer as it was before the latest update?Screenshot_4.png

Tanvirul Haque

Hello Dil Rodrigues Mendonca,

Could you please put the following CSS code inside your theme customizer?

.woocommerce ul.products li.woo-variation-items-wrapper {
padding-bottom: 0;
margin: 5px 0;
}
.woocommerce ul.products li.woo-variation-items-wrapper ul.archive-variable-items { margin-bottom: 0; }

Thanks