chloezola526 Posted January 3, 2022 Share Posted January 3, 2022 Site URL: https://yellow-saxophone-b7y7.squarespace.com/home I'm having the same issue in which the banners cut off on mobile view. I use the code you provided which fixes that issue but then creates an enormous white space below each banner. How can I fix this? Link to comment
Beyondspace Posted January 3, 2022 Share Posted January 3, 2022 What is your password? 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
chloezola526 Posted January 3, 2022 Author Share Posted January 3, 2022 Now I've found a code that fixes the spacing and banner being cut off issues for the top banner, but does not fix the banners on the rest of the page being cut off.... Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 10 hours ago, chloezola526 said: Now I've found a code that fixes the spacing and banner being cut off issues for the top banner, but does not fix the banners on the rest of the page being cut off.... Add to Design > Custom CSS /* Homepage banner */ @media screen and (max-width:767px) { [data-section-id="61cf674327ff6407deca6a76"] { min-height: unset !important; height: 35vh; } } 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
chloezola526 Posted January 4, 2022 Author Share Posted January 4, 2022 Thanks that seems to fix the header banner, but the banners below are still cut off...is there a code that can fix that? Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 10 hours ago, chloezola526 said: Thanks that seems to fix the header banner, but the banners below are still cut off...is there a code that can fix that? You mean 4 fullbleed images on homepage? 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
chloezola526 Posted January 4, 2022 Author Share Posted January 4, 2022 The banners below, I fixed the orange building one, but this one is still cut off on mobile, I've attached a screenshot below to show you: Link to comment
tuanphan Posted January 5, 2022 Share Posted January 5, 2022 10 hours ago, chloezola526 said: The banners below, I fixed the orange building one, but this one is still cut off on mobile, I've attached a screenshot below to show you: Use this new code /* Homepage banner */ @media screen and (max-width:767px) { [data-section-id="61cf674327ff6407deca6a76"] { min-height: unset !important; height: 35vh; } [data-section-id="61d3271dd788ed6ed340bb86"] { min-height: unset !important; height: 30vh !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