Guest Posted June 20, 2022 Share Posted June 20, 2022 Site URL: http://dustin.land Hey everyone, I need your help trying to figure out how to adjust the padding of the full-width image section on the home page of my website. I cannot find the code to adress it. Any help would be appreciated! Link to comment
Beyondspace Posted June 20, 2022 Share Posted June 20, 2022 45 minutes ago, DustinWilliam said: Site URL: http://dustin.land Hey everyone, I need your help trying to figure out how to adjust the padding of the full-width image section on the home page of my website. I cannot find the code to adress it. Any help would be appreciated! try editing the section in background and choosing full bleed BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Guest Posted June 20, 2022 Share Posted June 20, 2022 2 minutes ago, bangank36 said: try editing the section in background and choosing full bleed I don't wan't full bleed as it goes under the nav and i do still want pad, I just need the code to address that pad and adjust it. Link to comment
Solution Beyondspace Posted June 20, 2022 Solution Share Posted June 20, 2022 4 minutes ago, DustinWilliam said: I don't wan't full bleed as it goes under the nav and i do still want pad, I just need the code to address that pad and adjust it. Try the following Css Code section[data-section-id="623bd056fda65c46ad132528"] { padding-left: 0 !important; padding-right: 0 !important; } section[data-section-id="623bd056fda65c46ad132528"] .section-background { left: 0 !important; right: 0 !important; } Let me know how it works BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Guest Posted June 20, 2022 Share Posted June 20, 2022 2 minutes ago, bangank36 said: Try the following Css Code section[data-section-id="623bd056fda65c46ad132528"] { padding-left: 0 !important; padding-right: 0 !important; } section[data-section-id="623bd056fda65c46ad132528"] .section-background { left: 0 !important; right: 0 !important; } Let me know how it works Thank you!! This works perfectly! 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