MattMurphy Posted January 22 Share Posted January 22 Hey, looking for a little help coding. I need some CSS so that the carousel on my home page stacks on mobile devices, it's pretty squashed at the moment. See image. Any help would be appreciated. Link to comment
Ziggy Posted January 22 Share Posted January 22 Can you share your website URL? What type of carousel is this? 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! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
MattMurphy Posted January 23 Author Share Posted January 23 www.matthewjohnmurphy.com 🙂 Ziggy 1 Link to comment
Solution Ziggy Posted January 23 Solution Share Posted January 23 Try this Custom CSS: @media only screen and (max-width:640px) { .sqs-block-summary-v2 .summary-item-list { display: flex; flex-direction: column; } .sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide { width: 100% !important; } } tuanphan 1 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! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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