ItsOK Posted October 29, 2020 Share Posted October 29, 2020 Hi Friends, I would like to make this page ... ... look like this: Is there a way to do that? (Please also note the inset-style thick, white border around.) This must be a very easy feature to implement into the Squarespace interface, but I'm tired of waiting for that to happen 🙂 Any help would be greatly appreciated! 🙂 Thank you in advance, Ozan Link to comment
Beyondspace Posted October 29, 2020 Share Posted October 29, 2020 I can help you create the specific custom css for that block to make image expand 100% width BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
ItsOK Posted October 29, 2020 Author Share Posted October 29, 2020 Thank you so much for your kind message @bangank36. My page is here and the password is test. I assume that there will be a specific section ID involved in this. Would you mind explaining to me (and others who might be interested) how to repeat the same action for other image blocks? Thank you again in advance for your help. Link to comment
Beyondspace Posted October 29, 2020 Share Posted October 29, 2020 I will answer you shortly BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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 29, 2020 Share Posted October 29, 2020 Hi ItsOK 1. I use chrome extension named "Find Squarespace Ids" that helps indentify blocks id to apply the css 2. Copy the section id and replace with ones in this snippet below, location Settings->Design->Custom Css In this case it is section[data-section-id="5f9a10ff325d596dd6c66894"] section[data-section-id="5f9a10ff325d596dd6c66894"] .content-wrapper { padding: 0 !important; margin: 0 !important; } section[data-section-id="5f9a10ff325d596dd6c66894"] .sqs-block-image { padding: 0 !important; } section[data-section-id="5f9a10ff325d596dd6c66894"] .image-card-wrapper { padding-top: 6.6vw; padding-right: 6.6vw; padding-bottom: 6.6vw; } section[data-section-id="5f9a10ff325d596dd6c66894"] .design-layout-card .intrinsic img { height: 100% !important; } section[data-section-id="5f9a10ff325d596dd6c66894"] .design-layout-card .image-inset { height: 100% !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
ItsOK Posted October 29, 2020 Author Share Posted October 29, 2020 Hi @bangank36, Thank you so much for your help! That worked, but here is how it looks now: Is there any way to make it 'half image / half text' instead of this type of a left-heavy layout? I tried to play with the code you provided but couldn't make it happen. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.