rteichroew Posted September 1 Share Posted September 1 I love the way the homepage looks on a desktop, but when it's viewed on mobile the text "Real people live in the spaces we create" doesn't shrink so it bleeds beyond the screen. How do I keep the desktop version the same but have it shrink down in the mobile version? Link to comment
Ziggy Posted September 2 Share Posted September 2 On 9/1/2024 at 4:20 AM, rteichroew said: How do I keep the desktop version the same but have it shrink down in the mobile version? Can you share your website URL and this page? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
rteichroew Posted September 3 Author Share Posted September 3 Hi @Ziggy, sure. www.bungalowid.com Link to comment
Solution Ziggy Posted September 3 Solution Share Posted September 3 On 9/1/2024 at 4:20 AM, rteichroew said: the text "Real people live in the spaces we create" doesn't shrink so it bleeds beyond the screen This isn't text, it's an image and the gallery is set to fill the screen so on mobile you see cropping of the left and right. You can reduce this height with CSS like this: @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { max-height: 100vw !important; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
rteichroew Posted September 3 Author Share Posted September 3 This is perfect! Thanks @Ziggy! 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