Hi,
This is only a notification about a minor design question. In theme settings people can choose either or not to show a brand picture on a single product page.
On desktops and tablets brand pictures are shown in full width. On mobile devices image width is fixed:
.single-product-page .woodmart-product-brands img { max-width: 70px; }
I have the feeling this wasn’t the intention of your designer because brand pictures almost aren’t visible anymore and do not match with the rest of the design (in my opinion of course).
I fixed it myself by adding the following custom code to mobile landscape and mobile:
.single-product-page .woodmart-product-brands img { max-width: 70%; }
Please see the difference in attached screenshot.
My question is to ask the designer if 70px fixed width the intention was or not? And can you give me his or her (re)considerations back?
Kind regards,
Attachments:
You must be
logged in to view attached files.