Good Evening,
I am hoping somebody can help. I have the brand logo in each of my product descriptions.
On desktop version they show perfectly as per the below screenshot:
However there seems to be an issue with the mobile view. The brand logos show way too big in size. Please could anybody help with a code to allow me to resize all of these brand logos at once on mobile view?
Thank you,
Theme name, Product Store url, and storefront password if enabled.
https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408
Others cannot diagnose what they cannot inspect or reproduce from lack of information.
Goodluck.
Storefront password was enabled
@PaulNewton I have removed password, thank you
Find the following code in the header of theme.liquid and comment it out or modify it as needed.
You may need to dig through any include snippets that add the CSS to find the right spot.
@media (max-width: 540px)
.rte img:not(.img-icon) {
width: 100%;
}
@PaulNewton Thank you - I cannot see that code in theme.liquid so do i need to just add it in? Shall I also amend the 540px to a lower number?
No you need to look for where that code is coming from and comment it out as I explained.
Goodluck.
@PaulNewton Ok thank you - i am new to coding so doesn’t make much sense to me but I shall have a look online and see what I can work out thank you