Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #304001

    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?

    #304003

    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

    #304021

    Thanks, that took care of the sizing.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Logo Skewing & Not Scaling on Mobile’ is closed to new replies.