PEARLERwork Posted September 22 Share Posted September 22 On mobile, I'm having issues with: 1. Applying the same styling that appears on image posts for video posts (border, box-shadow, border-radius) 2. Video posts appearing cut off 3. Generally stacking poorly with no spacing Website: https://coral-seabass-fgw5.squarespace.com/ Location: Instagram Gallery Block in Footer Device: Mobile (all browsers) Screenshot attached My code: .instagram-block .slide a img, .instagram-block .slide .sqs-video-overlay img { border: 2px solid #000 !important; border-radius: 15px !important; box-shadow: 10px 10px #E1CBEE !important; } @media screen and (min-width: 749px) { .instagram-block .slide, .instagram-block .sqs-video-overlay, .instagram-block .sqs-gallery-block-grid, .instagram-block .content-wrapper { overflow: visible !important; } } Big thanks! 𝓚𝓪𝓽𝓲𝓮 ✦✦ ⓅⒺⒶⓇⓁⒺⓇ.ⓌⓄⓇⓀ ➸ Link to comment
PEARLERwork Posted September 25 Author Share Posted September 25 @tuanphan would love your help with this, thank you 🙂 𝓚𝓪𝓽𝓲𝓮 ✦✦ ⓅⒺⒶⓇⓁⒺⓇ.ⓌⓄⓇⓀ ➸ Link to comment
tuanphan Posted September 26 Share Posted September 26 Add this CSS code to fix on mobile @media screen and (max-width: 767px) { .instagram-block .slide, .instagram-block .sqs-video-overlay, .instagram-block .sqs-gallery-block-grid, .instagram-block .content-wrapper { overflow: visible !important; } .sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide { height: 300px !important } .instagram-block .slide .sqs-video-overlay img { top: 0 !important; } } 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
PEARLERwork Posted September 26 Author Share Posted September 26 Thank you @tuanphan - nothing is cut off now, however it's showing like this: 𝓚𝓪𝓽𝓲𝓮 ✦✦ ⓅⒺⒶⓇⓁⒺⓇ.ⓌⓄⓇⓀ ➸ Link to comment
tuanphan Posted October 1 Share Posted October 1 You can remove the code, I will check it again 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
tuanphan Posted October 1 Share Posted October 1 On 9/26/2023 at 12:18 PM, PEARLERwork said: Thank you @tuanphan - nothing is cut off now, however it's showing like this: Try this CSS code @media screen and (max-width: 767px) { .sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide { height: 300px !important } .instagram-block .slide .sqs-video-overlay { height: auto } .instagram-block .slide a img, .instagram-block .slide .sqs-video-overlay img { top: 0 !important; width: 90% !important; height: auto !important; left: unset !important; } .instagram-block .margin-wrapper, .instagram-block .sqs-video-wrapper .intrinsic { width: 100%; height: 100%; padding-bottom: unset !important; } .content-wrapper.content-fit, .sqs-video-wrapper.video-fit { width: 100% !important; height: 100% !important; padding-bottom: unset !important; top: 0 !important; position: static !important } .instagram-block .intrinsic-inner { padding-bottom: unset !important; width: 100% !important; height: 100% !important; } .sqs-layout .sqs-gallery-design-grid-slide { width: 50% !important; } .sqs-layout .sqs-gallery-design-grid-slide * { box-sizing: border-box; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment