Styling badge to big.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
#12032

Please check my website: https://shop.grapesandcorks.com/store/, you will see big badges, they don’t resize even I use max. width in plugin options. I need my badges shown on vertical right side of the product.

simon.sinigoj
Participant
#12033

Thanks for purchasing our product and really sorry for the size issue. This is a very common issue that happens sometimes when theme CSS overwrites our badge size and some other CSS property.

Please add the CSS code below to your website using the Customizer -> CSS option and it should fix your problem. You can change the 50px to your desired size to adjust the badge size.

.woocommerce ul.products li.product a img.badge_thumb {
    width: 50px;
    height: auto;
    display: inline-block;
}

Please feel free to let us know if this solves your problem.

Thanks,
Robin

MD Enamul Haque
Keymaster
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Styling badge to big.’ is closed to new replies.