maisierae Posted April 3, 2021 Share Posted April 3, 2021 Site URL: https://bymaza.co.uk I've got a banner of magazine logo's down at the bottom of my homepage - it's one long banner image and I have made it the background. It looks fine on desktop, but you can only see Vogue on the mobile version as it's being cropped. Is there a way for this not to be chopped in half when viewed on mobile? Thank you so much Link to comment
Beyondspace Posted April 3, 2021 Share Posted April 3, 2021 1 hour ago, maisierae said: Site URL: https://bymaza.co.uk I've got a banner of magazine logo's down at the bottom of my homepage - it's one long banner image and I have made it the background. It looks fine on desktop, but you can only see Vogue on the mobile version as it's being cropped. Is there a way for this not to be chopped in half when viewed on mobile? Thank you so much You can try fix it using css, the root cause is the section default min-height is 100% screen height, which make the crop @media only screen and (max-width: 768px) { section[data-section-id="601d20558d2c556f87dbd658"] { min-height: inherit !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.