Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1328388

    Hello,

    The logo suddenly became too big on mobile devices only. This happened after a recent Enfold update.
    URL in private.

    Can you please help?
    Thank you

    #1328431

    Hi sitesme,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        .responsive .logo img {
            max-height: 60px;
        }
    }

    Best regards,
    Nikko

    #1328436

    Thank you @Nikko, that solved the problem.

    Can you help me to understand how this happens in some sites and not others? I installed a test environment and there are no problems.

    I also noticed that one of your recent updates caused the logo to increase/decrease in a non-logical way (i.e. smaller screens get a huge logo, larger screens get a smaller one). Please check the video below in private. This was not happening before.

    Thank you

    #1328755

    Hi,

    Can you help me to understand how this happens in some sites and not others? I installed a test environment and there are no problems.

    It was an issue with the logo adjustments and changes on version 4.8.7, specifically with the logo images with svg format. Certain fixes have been added on version 4.8.7.2. Are you using SVG images on other sites?

    // https://kriesi.at/documentation/enfold/changelog/

    Best regards,
    Ismael

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