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

    Hey guys,

    I would like to set the flag symbols for englisch and polish next to the mobile burger menu, so that it´s visible from start. In desktop everythin is visible in the menu, that´s fine. But for mobile the language-flags are currently just visible in the open menu at the bottom which is too hidden.

    Thanks for your help.

    #1336661

    Hey ZbyszekMrugala,
    Thank you for the link to your site, to add the language selector next to the mobile menu 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 #top .av-main-nav .menu-item.wpml-ls-slot-250 {
    		display: block;
    	}
    	.responsive #top #wrap_all #header #av-burger-menu-ul .wpml-ls-slot-250.av-active-burger-items {
    		opacity: 0;
    	}
    }

    this will also hide the language selectors inside the mobile menu because I assumed you didn’t want to show them twice.
    This is the expected results:
    2022-01-22_001.jpg

    Best regards,
    Mike

    #1336855

    It worked perfectly – Thank you! :)

    Best,
    Zbyszek

    #1336867

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1336880

    Hey Rikard,
    you can close it there is nothing right now from my side.

    Thanks and have a great week
    Zbyszek

    #1336896

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Placing language switcher (via wpml) next to mobile burger menu icon’ is closed to new replies.