CamillaAAA Posted December 2, 2021 Share Posted December 2, 2021 Site URL: https://www.andersbundgaard.dk/ Hey there! Weird issue – the mobile menu icon on my site shows up on some phones (e.g. my phone), but not on other phones (e.g. the clients phone) Maybe it's not relevant, but I have a background video playing on the homepage, and for the phones that doesn't show the menu icon, the background video is not loading and is instead going to the mobile backup image. Does anybody know what could be going wrong here with the mobile menu icon? Thanks! Link to comment
Beyondspace Posted December 2, 2021 Share Posted December 2, 2021 49 minutes ago, CamillaAAA said: Site URL: https://www.andersbundgaard.dk/ Hey there! Weird issue – the mobile menu icon on my site shows up on some phones (e.g. my phone), but not on other phones (e.g. the clients phone) Maybe it's not relevant, but I have a background video playing on the homepage, and for the phones that doesn't show the menu icon, the background video is not loading and is instead going to the mobile backup image. Does anybody know what could be going wrong here with the mobile menu icon? Thanks! Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .Site.loaded { overflow: hidden; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too CamillaAAA 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
CamillaAAA Posted December 3, 2021 Author Share Posted December 3, 2021 22 hours ago, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .Site.loaded { overflow: hidden; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too It worked! Amazing – thank you!! I would love to know why I had this issues – do you mind explaining why you choose this css? Only if you have the time! 🙂 Link to comment
Beyondspace Posted December 3, 2021 Share Posted December 3, 2021 I've found that your marquee text is too long and it make your site width larger than normal. So the idea of setting overflow-hidden for your whole site came out Hope it makes sense Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
CamillaAAA Posted December 3, 2021 Author Share Posted December 3, 2021 1 hour ago, bangank36 said: I've found that your marquee text is too long and it make your site width larger than normal. So the idea of setting overflow-hidden for your whole site came out Hope it makes sense Ahh I see! I will make sure to fix that marquee! Thanks so much for taking the time to explain! Beyondspace 1 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