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

    hi, i noticed that the logo is not responsive on portrait view of iphone. Looks like it is responsive in landscape view.

    #356043

    looks like the problem occurs on firefox browser. when the browser screen is narrowed down, it will show a non-responsive logo.

    #356480

    Hi!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
    height: auto !important;
    width: auto;
    max-height: 40px;
    }
    }

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.