Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143030

    Hi,

    The language flags, after I installed WPML plugin, stuck in center of the header in mobile version of my Enfold site. How can I move it to be in top of the menu when pressing on “hamburger” icon?

    • This topic was modified 5 years, 10 months ago by syfat.
    #1143489

    Any help for this problem?

    #1143493
    This reply has been marked as private.
    #1143548

    Hi,

    Thank you for the inquiry.

    It is possible to move the flags inside the mobile menu, but it will require a lot of modification. What you can do is decrease the size of the logo in order to make room for the switcher.

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

    Best regards,
    Ismael

    #1144249

    Thank you Ismael.

    Where should I place the code you sent?

    #1144864

    Hi,

    Thank you for the update.

    The code should be added in the Quick CSS field or your child theme’s style.css file. Don’t forget to toggle the Performance > File Compression settings after adding the code. Let us know if you need further help.

    Best regards,
    Ismael

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