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

    Hi there,

    we use WPML and there is automatically a language switcher in the menu. For desktop it looks good. But on mobile it stretches over the logo (look at the screenshot).
    Screenshot hompage mobile
    It should be included into the mobile menu. Can you help me how to fix it. Thanks!

    Best regards!

    • This topic was modified 5 years, 7 months ago by restube.
    #1084588
    #1085196

    Hi,

    Thank you for using Enfold.

    You can adjust the size of the logo for smaller screens to create more room for the language switcher.

    @media only screen and (max-width: 480px) {
    .responsive .logo a img {
        height: 35px !important;
        top: 5px;
    }
    }

    Best regards,
    Ismael

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