Sabrina-Shape Posted August 16, 2023 Share Posted August 16, 2023 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 Link to comment
Web_Solutions Posted August 16, 2023 Share Posted August 16, 2023 Can you share your website URL? Kobir 1 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
Sabrina-Shape Posted August 16, 2023 Author Share Posted August 16, 2023 18 minutes ago, Web_Solutions said: Can you share your website URL? Sure https://www.primordialmulticultural.org/ Link to comment
Web_Solutions Posted August 16, 2023 Share Posted August 16, 2023 19 minutes ago, Sabrina-Shape said: Sure https://www.primordialmulticultural.org/ See the video. Like this possible https://www.loom.com/share/bb53d7a126c24f23bd349c0424de3ce9?sid=69bc324b-1372-47e9-bf4c-df1f4b850790 Kobir 1 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
Sabrina-Shape Posted August 16, 2023 Author Share Posted August 16, 2023 1 minute ago, Web_Solutions said: See the video. Like this possible https://www.loom.com/share/bb53d7a126c24f23bd349c0424de3ce9?sid=69bc324b-1372-47e9-bf4c-df1f4b850790 Yes, that seems to work great, is there a code I can use to make it possible? Link to comment
tuanphan Posted August 19, 2023 Share Posted August 19, 2023 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; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment