SuperShani Posted June 17, 2020 Share Posted June 17, 2020 Hi, I'm trying to change the top-padding within the content wrapper on my home page, but unfortunately I'm missing the block id for the div I want to edit. I only have the yui id so whenever I do make the change it goes back to the original when refreshed. Attaching screenshot below so you can see. Am I missing the block id somewhere? Thank you! Link to comment
Beyondspace Posted June 18, 2020 Share Posted June 18, 2020 You can combine the container id and the class name (eg. content-wrapper), find the fixed id of element using this https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff 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, Keyword HighlighterIf 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
SuperShani Posted June 18, 2020 Author Share Posted June 18, 2020 Thank you so much, I really appreciate it. That tool is super helpful. I've combined the container id & class name, but no change seems to happen when I adjust the padding. Below is the code I'm using: section[data-section-id="5ee9087aabbd176f6cf3ac6e"].content-wrapper {padding-top: 100px !important;} I've also tried but still no luck: [data-section-id="5ee9087aabbd176f6cf3ac6e"].content-wrapper {padding-top: 100px !important;} Any idea what I could be doing wrong? I'm using 7.1 if that helps to add context. Thank you! 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