Jump to content

Remove lenguage switch folder from menu (mobile)

Recommended Posts

Hi, we used Weglot to translate this site, but our client is looking to delete the folder that contains the language options in mobile version. Desktop works fine because you only have to hover over the folder to see the other options, but in mobile version it takes an extra click that confuses users, specially because the language on display is the one active at the time. If anyone has a useful insight on how to fix it we'd appreciate it, thanks

Captura de Pantalla 2023-08-16 a la(s) 10.47.53.png

Captura de Pantalla 2023-08-16 a la(s) 10.47.58.png

Link to comment

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment

You can use this code to Design > Custom CSS or Website > Website Tools > Custom CSS

@media screen and (max-width: 991px) {
.header-menu-nav-folder {
    transform: translatex(0);
    will-change: transform;
}
div#multilingual-language-picker-mobile .header-menu-nav-folder-content {
    justify-content:end;
}
.header--menu-open .header-menu .header-menu-nav-list {
    display: flex;
    flex-direction: column;
}
.header-menu-nav-folder--active {
        flex-grow: 1;
    }
#multilingual-language-picker-mobile  .header-menu-controls {
    display: none;
}
.header-menu-actions.language-picker.language-picker-mobile {
    display: none;
}
.header-menu-nav-folder {
    min-height: unset;
    position: static;
}
}

image.png.66d4b266b6f4137dee4f914255bb0656.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.