Tagged: logo
Hello,
I have some problems with logo scaling.
This is the normal site:
https://dl.dropboxusercontent.com/u/4174765/Normal.png
On mobile clients the logo get’s chopped, like this:
https://dl.dropboxusercontent.com/u/4174765/Mobile.png
From other threads I’ve tried the following suggested mitigations:
– Clearing the browser cache
– Disabling all plugins
To no avail.
I am using Enfold v. 2.5.4 on WordPress 3.8.1
Any ideas how to solve this?
Best regards,
Hi munck!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img { max-width: 100% !important; }}
Regards,
Yigit
Hello
That did the trick. Thank you for a quick response!
Best regards,