dchavez Posted June 17, 2020 Share Posted June 17, 2020 hi guys, im looking to make a just one section of my site that has 2 image poster blocks, full bleed. Currently there is padding all around. I want it to look like the attached image. here is the site www.gypset.com password: gypset2020 thanks in advance Link to comment
Beyondspace Posted June 17, 2020 Share Posted June 17, 2020 54 minutes ago, danielachavez said: hi guys, im looking to make a just one section of my site that has 2 image poster blocks, full bleed. Currently there is padding all around. I want it to look like the attached image. here is the site www.gypset.com password: gypset2020 thanks in advance Here is result: section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper { margin: 0; width: 100%; max-width: 100%; } section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper .sqs-block-image { padding: 0; } You can find the section id using this extension: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff/related 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 June 17, 2020 Share Posted June 17, 2020 1 hour ago, danielachavez said: hi guys, im looking to make a just one section of my site that has 2 image poster blocks, full bleed. Currently there is padding all around. I want it to look like the attached image. here is the site www.gypset.com password: gypset2020 thanks in advance Hi there Next find custom css section and add this, I found the section id for you in this case section[data-section-id="5eda530169284a72bfc5c828"] { width: 100vw; } section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper { margin: 0; width: 100%; max-width: 100%; padding: 0 !important; } section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper .content { width: 100% !important; } section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper .sqs-block-image { padding: 0; } section[data-section-id="5eda530169284a72bfc5c828"] .content-wrapper .sqs-block-image img { width: auto !important; height: 100% !important; } To find the section you need this tool: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff/related 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
sarahmpg Posted July 6, 2020 Share Posted July 6, 2020 @bangank36 your solution was so helpful, thank you! One issue I am encountering - when I resize my browser window (and on mobile), the padding increases above and below the image. Is there any way to prevent this? Thank you! Link to comment
ziemmo Posted November 2, 2020 Share Posted November 2, 2020 @sarahmpg @bangank36 I'm experiencing the same issue where the padding fluctuates whenever the screen size changes. Any help would be appreciated, thanks! Link to comment
Beyondspace Posted November 3, 2020 Share Posted November 3, 2020 Please show me your current site urls so I can have a look 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.