Header Language Dropdown - mobile

Home Forums Jevelin Theme Header Language Dropdown – mobile

Home Forums Jevelin Theme Header Language Dropdown – mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • camille2421
    Participant

    The Header Language Dropdown doesn’t work on mobile. It is not possible to change language.

    bono.croissanceetconfiseries.com

    Solution for this topic

    Hi @camille2421,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by always displaying the language dropdown menu items by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-mobile .sh-nav-lang ul.sub-menu {
        display: block;
    }

     

    Best regards,
    Shufflehound team

    camille2421
    Participant

    Thank you. All good now.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)