Naomi-lifelab Posted February 17, 2022 Posted February 17, 2022 Site URL: https://lifelab.world/en/home Hi everyone, I have set up a multilingual site using bradgood tutorial. Now I am having difficulties on the mobile view. The language switcher shows when the mobile menu is open. Can we please hide the language switcher when the mobile menu is open? Here is a photo for reference. Thank you so much!
Beyondspace Posted February 17, 2022 Posted February 17, 2022 5 minutes ago, Naomi-lifelab said: Site URL: https://lifelab.world/en/home Hi everyone, I have set up a multilingual site using bradgood tutorial. Now I am having difficulties on the mobile view. The language switcher shows when the mobile menu is open. Can we please hide the language switcher when the mobile menu is open? Here is a photo for reference. Thank you so much! Try adding to Home > Design > Custom Css .is-mobile-overlay-active .language { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Naomi-lifelab 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 17, 2022 Posted February 17, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Naomi-lifelab Posted February 17, 2022 Author Posted February 17, 2022 Thank you Sir @bangank36 You are a life saver! It worked!!!!! Beyondspace 1
HP920 Posted March 7, 2022 Posted March 7, 2022 @bangank36 could you help me too? I also followed the brad good tutorial and everything works great on the desktop version. However, the switcher is not good for the mobile view. I tried what you said above, but it did not work (I am not the best at this...) Ideally, I would like to have switcher somewhere in the mobile menu. If it is not something that can be done, I would prefer to remove it completely from the mobile version. Thanks url: https://www.panoraloges.ca/
Beyondspace Posted March 7, 2022 Posted March 7, 2022 1 hour ago, HP920 said: @bangank36 could you help me too? I also followed the brad good tutorial and everything works great on the desktop version. However, the switcher is not good for the mobile view. I tried what you said above, but it did not work (I am not the best at this...) Ideally, I would like to have switcher somewhere in the mobile menu. If it is not something that can be done, I would prefer to remove it completely from the mobile version. Thanks url: https://www.panoraloges.ca/ Try @media only screen and (max-width: 767px) { .language { left: 250px; right: unset; transform: translate(-50%,-50%); } } to move it to the right. Or @media only screen and (max-width: 767px) { .language { display: none; } } to hide it HP920 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment