MatthewWorkshop315 Posted December 25, 2021 Share Posted December 25, 2021 Site URL: https://www.workshop315.com/home Hi - I would like to change the poster text image and size at the top of my home page to keep a similar height on mobile. Is there a way to maintain the height and cut off a portion of the image and adjust the text scale to make this work? I have attached an image of what it currently looks like and what I'd like to to look like. Link to comment
Beyondspace Posted December 25, 2021 Share Posted December 25, 2021 4 hours ago, MatthewWorkshop315 said: Site URL: https://www.workshop315.com/home Hi - I would like to change the poster text image and size at the top of my home page to keep a similar height on mobile. Is there a way to maintain the height and cut off a portion of the image and adjust the text scale to make this work? I have attached an image of what it currently looks like and what I'd like to to look like. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1636924545920_6769 { .sqs-image-shape-container-element { padding-bottom: 35.7% !important; } img { top: 0 !important; } .image-title-wrapper { font-size: 10vw; } p { line-height: 1; } .image-title { font-size: 30px !important; } .image-subtitle-wrapper { p { font-size: 15px !important; } } } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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
Beyondspace Posted December 25, 2021 Share Posted December 25, 2021 My testing result MatthewWorkshop315 and tuanphan 1 1 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
MatthewWorkshop315 Posted December 25, 2021 Author Share Posted December 25, 2021 Thank you so much! Looks great. 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