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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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