ivnisigoth316 Posted November 26, 2021 Posted November 26, 2021 Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hi there, My issue is with the footer, I'm trying to achieve a responsive design where the footer items take up the negative space defined by the spacer block instead of breaking at random point to accomodate the spacer as the browser window size changes responsively. Explained much more clearly in images attached to this post. Site: https://ladybug-chicken-2tp4.squarespace.com/ pass: *3iRgpCKJ-8@bBZ7 Any help would be greatly appreciated as its a little bit out of my league in terms of knowledge. Thanks in advance, Jack
Beyondspace Posted November 27, 2021 Posted November 27, 2021 17 hours ago, ivnisigoth316 said: Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hi there, My issue is with the footer, I'm trying to achieve a responsive design where the footer items take up the negative space defined by the spacer block instead of breaking at random point to accomodate the spacer as the browser window size changes responsively. Explained much more clearly in images attached to this post. Site: https://ladybug-chicken-2tp4.squarespace.com/ pass: *3iRgpCKJ-8@bBZ7 Any help would be greatly appreciated as its a little bit out of my league in terms of knowledge. Thanks in advance, Jack You can try adding to Home > Design > Custom Css @media only screen and (max-width: 1200px) { section[data-section-id="618c2b72bee2874615b209fe"] .sqs-layout > .row > .span-2 { width: 21.25%; } section[data-section-id="618c2b72bee2874615b209fe"] .sqs-layout > .row > .span-4 { width: 15%; } } @media only screen and (max-width: 921px) { section[data-section-id="618c2b72bee2874615b209fe"] .sqs-layout > .row > .span-2 { width: 25%; } section[data-section-id="618c2b72bee2874615b209fe"] .sqs-layout > .row > .span-4 { display: none; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted November 27, 2021 Posted November 27, 2021 My testing result 2021-11-27_17-47-01.mp4 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
ivnisigoth316 Posted November 27, 2021 Author Posted November 27, 2021 2 hours ago, bangank36 said: My testing result 2021-11-27_17-47-01.mp4 1.09 MB · 0 downloads This code worked absolutely perfectly. Thank you so much bangak36, I really appreciate you taking the time and effort to help my out with my query. Your expertise are much appreciated. Have a lovely day. Thankyou, Jack
Recommended Posts
Archived
This topic is now archived and is closed to further replies.