Brand image issues in screen upto 1024
-
Hello,
Brand images in single product get streched in width if image is square. Checked CSS and found that there is set a “max-height 36px” upto 768 screen and “max-width 45px” upto 1024 screen together with the global “max-width 90px” the images is beeing stretced.
You should complete the “max-height: 36px” and “max-height: 45px” with “width: auto” which will solve the problem.
Brgds
Rune
Hello,
Please try to add this code to the Theme Settings > Custom CSS > Global:
body .product-image-summary .woodmart-product-brands img {
max-height: none;
}
We shall fix this in our nearest update.
Best Regards
You must use “width: auto” because otherwise the image gets damn big in the little mobile device. The max-height of 36px is high enough.
Hello,
Please provide your site admin access to the private area and product URL with the problem.
Best Regards