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

    Hi
    On the Desktop Version ( if I shrink the browser ) and on the mobile version, the WPML Language Flags overalapping the Logo. How can I fix that. Please see my credentials and the screenshots below.

    Thanks a lot for your help
    Kind Regards
    Roger

    #1094949

    Hey Roger,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-width: 70% !important; 
    }
    }

    This will shrink your logo a little for mobile devices.

    Best regards,
    Mike

    #1096217

    Hi Mike

    Thanks a lot. This works well !

    kind regards
    Roger

    #1096324

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WPML Flags overlapping Logo’ is closed to new replies.