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

Unable to reduce padding in the weight attributes

Hi

i was trying Variation Swatches for woo commerce even i am thinking of buying the Pro version if this problem get resolved.

The problem is we are Unable to reduce padding in the weight attributes.

Please see the screen shot and provide any custom css if possible.

 

Screenshot_2.jpg

Regards

Hakik Zaman

Hello manish,

Thanks for reaching to us. You are using Product Variation Swatches for WooCommerce by Villa Theme. Their plugin page is this. Our plugin is Variation Swatches by Emran Ahmed.

Please put the below code to Appearance > Customize > Additional CSS

@media (min-width: 300px){
   .single ul.variable-items-wrapper.button-variable-wrapper {
      padding-left: 0;
   }
}

Please let me know, if it resolves your issue or not.

Thanks