ksachse Posted September 23, 2022 Share Posted September 23, 2022 Site URL: https://casa-design-la.squarespace.com/home I'm currently working on a page that features a Gallery block with Carousel setting. By default the block looked great on desktop, but teeny tiny on mobile. I added the below code to adjust the height of the images and mobile looks much better, but now on desktop I'm seeing side overlap from the images next to what's being featured. The amount of overlap differs with each new featured image, and it's not always only on the right side. Any thoughts on how to fix? Site URL referenced, pw: casa /* Enlarge Gallery Carousel block for mobile -- turned off arrows */ .sqs-gallery-design-strip { position: relative; overflow: hidden; min-height: 500px; } Kaila S Shopify Partner, Squarespace Circle Member & MailChimp Expert yumari digitalwebsites · email campaigns · ads · social media · graphic design Link to comment
Solution tuanphan Posted September 24, 2022 Solution Share Posted September 24, 2022 You can add query code to make code run on mobile only @media screen and (max-width:767px) { /* Enlarge Gallery Carousel block for mobile -- turned off arrows */ .sqs-gallery-design-strip { position: relative; overflow: hidden; min-height: 500px; } } ksachse 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ksachse Posted September 26, 2022 Author Share Posted September 26, 2022 On 9/24/2022 at 1:47 AM, tuanphan said: You can add query code to make code run on mobile only @media screen and (max-width:767px) { /* Enlarge Gallery Carousel block for mobile -- turned off arrows */ .sqs-gallery-design-strip { position: relative; overflow: hidden; min-height: 500px; } } That worked, thank you! Kaila S Shopify Partner, Squarespace Circle Member & MailChimp Expert yumari digitalwebsites · email campaigns · ads · social media · graphic design 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