Hi,
I’ve noticed that on mobile devices the logo for my website is distorted. It should be a circle but on mobile devices it’s scrunged and looks like an oval. How can I fix this?
Thanks,
Scott
Hey Scott!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 100%;
height: auto !important;
}}
If that does not work, please post the link to your website
Cheers!
Yigit
Hey!
Please use following code instead
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 63%;
height: auto !important; }}
Regards,
Yigit
Hi Yigit,
I tried the code you suggested above but the logo is still distorted on mobile devices. Any other suggestions?
Thanks,
Scott
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? Code is currently not being applied
Cheers!
Yigit