jsweeti95 Posted October 19, 2021 Share Posted October 19, 2021 Site URL: http://blenny-shallot-rpmf.squarespace.com Hello, I've been having trouble resizing the block image at the bottom of my mobile website. I'm trying to make it mobile-friendly. I'm on trial so the website password is Vanishing28# Is there an appropriate code to use for custom css? Link to comment
Beyondspace Posted October 20, 2021 Share Posted October 20, 2021 (edited) 18 hours ago, jsweeti95 said: Site URL: http://blenny-shallot-rpmf.squarespace.com Hello, I've been having trouble resizing the block image at the bottom of my mobile website. I'm trying to make it mobile-friendly. I'm on trial so the website password is Vanishing28# Is there an appropriate code to use for custom css? You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="616f1efca9f40869aa59365a"] .section-background img { height: auto !important; } section[data-section-id="616f1efca9f40869aa59365a"] .section-background { bottom: unset; } section[data-section-id="616f1efca9f40869aa59365a"] { min-height: 0 !important; } section[data-section-id="616dcc993b28333dda9e6295"] { display: none; } #footer-sections { margin-top: 3em; } } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you Edited October 20, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 20, 2021 Share Posted October 20, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
jsweeti95 Posted November 1, 2021 Author Share Posted November 1, 2021 On 10/20/2021 at 10:41 AM, bangank36 said: My testing result Thank you! My site has changed quite a bit now! Would the same code work? I want to resize the image blocks in the screenshots below. www.jasminesweeting.com Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 On 11/1/2021 at 11:31 PM, jsweeti95 said: Thank you! My site has changed quite a bit now! Would the same code work? I want to resize the image blocks in the screenshots below. www.jasminesweeting.com Add to Design > Custom CSS /* Resize Mobile Image above footer */ @media screen and (max-width:767px) { [data-section-id="616f1efca9f40869aa59365a"] { min-height: unset !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment