Hello
There is an image file here that is a small logo, which is fine on a desktop but on mobile it is enormous – please advise. Thank you.
Hi webWahine!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 480px) {
.avia-caption-content img {
max-width: 50%;
}}
Cheers!
Yigit
I tried this and it didn’t work – even added in !important, sigh…
Hey!
Please try adding width value as following as well
@media only screen and (max-width: 480px) {
.avia-caption-content img {
max-width: 50% !important;
width: 50% !important;
}}
and try adjusting the value. I cannot reproduce the issue when i resize the browser but can see it on my iphone
Cheers!
Yigit
Sadly, it’s still enormous.
Hi!
Yigit’s code should work. Please clear browser cache and than reload your page again.
Cheers!
Andy
Yes, that worked – thanks! :)