Home Forums WoodMart support forum Resize Brands Logo Reply To: Resize Brands Logo

#147417

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .product-image-summary .woodmart-product-brands img {
    max-width: 100%;
}

The image will have the size which it actually has.

Best Regards