I’m not sure if our site was always doing this, but I just noticed that when viewing on mobile, the Logo in the top left has it’s aspect ratio distorted and it does not scale down.
The header also no longer remains fixed to the top on mobile.
Thoughts?
Hey davidfavero!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 88%;
height: auto !important;
float: left;
margin-top: 5px!important;
}}
Great looking website btw!
Regards,
Yigit
Thanks, that took care of the sizing.