Brand Images are too large on product page
-
As you can see, the Brand Image on the Single Product page, appears very large.
This damages the ux of the website.
How can I fix this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.pwb-single-product-brands.pwb-clearfix .wd-lazy-load {
width: auto;
}
Regards.
Xtemos Studios.
Problem fixed but now the Brand Image on BRAND tab shows very big.
How can this become smaller too?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
div#tab-pwb_tab-content .wd-lazy-load {
width: auto;
}
Regards.
Xtemos Studios.
Hello.
The problem appeared again.
The image Brand in the single product page is too big.
I used the code that you gave me but it still shows too big.
The code on the site is:
.pwb-single-product-brands.pwb-clearfix .wd-lazy-load {
width: auto;
}
div#tab-pwb_tab-content .wd-lazy-load {
width: auto;
}
Attachments:
You must be
logged in to view attached files.
Hello,
The issue is not appearing on my end. The CSS is working fine.
Screenshot for Clarification: https://gyazo.com/09e3fe98592175a83ab4578b6fa07fab
Please clear cache and check back.
Best Regards