SittinginFlorida Posted April 9, 2021 Share Posted April 9, 2021 Site URL: https://studio-mcgee.com/az-homestead-project-the-kids-spaces/ Hi Squarespace Code Lovers! Does anyone know how to insert (custom code) a horizontal gallery block (FULL WIDTH) with a colored background ON a Blog Page (not landing page). Example attached with link to website that has this on a blog "story" page. I'm stumped 🙃 Thank you in advance 🙏 Link to comment
Beyondspace Posted April 11, 2021 Share Posted April 11, 2021 On 4/9/2021 at 10:24 PM, SittinginFlorida said: Site URL: https://studio-mcgee.com/az-homestead-project-the-kids-spaces/ Hi Squarespace Code Lovers! Does anyone know how to insert (custom code) a horizontal gallery block (FULL WIDTH) with a colored background ON a Blog Page (not landing page). Example attached with link to website that has this on a blog "story" page. I'm stumped 🙃 Thank you in advance 🙏 Technically it can be achieve by target the row that contain the gallery block and the text, you can add a spacer above that row to target it using css. try body:not(.sqs-edit-mode) #block-yui_3_17_2_1_1618152424008_5736 { display: none; } #block-yui_3_17_2_1_1618152424008_5736 + .row { position: relative; } #block-yui_3_17_2_1_1618152424008_5736 + .row:before { content: ''; position: absolute; width: 100vw; height: 100%; top: 0; left: 50%; transform: translateX(-50%); background: red; } #block-yui_3_17_2_1_1618152424008_5736 is the spacer id, that can find using this extension Squarespace ID Finder - Chrome Web Store (google.com) 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.