Problems with brands in single product
-
Hi there, after the latest update the brand logo in every single product is on the left instead of centered, i dont understand why its happening, in the settings i choose centered and i already deactivated all plugins and still the same.
Please help
ok i managed to center it but the brand logos are way too big, i have this custom css in woodmart settings:
.website-wrapper .product-image-summary .wd-product-brands img {
max-width: 150px;
}
.popup-quick-view .product-quick-view .wd-product-brands img {
max-width: 150px;
}
but it appears not to work
please help
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .wd-product-brands img {
max-width: 100px !important;
}
Best Regards
Thank you, can you please tell me how i can change the size of the brand logos in the quick view option? both on desktop and mobile, i attached a screenshot
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.popup-quick-view .product-quick-view .wd-product-brands img {
max-width: 150px !important;
}
Best Regards