triishac Posted December 8, 2021 Share Posted December 8, 2021 Site URL: https://www.codevelop.fund/ How do I centre align the columns in the footer? Been struggling with it for a while. Website: Codevelop.fund Password: update12345# Link to comment
Beyondspace Posted December 9, 2021 Share Posted December 9, 2021 On 12/8/2021 at 4:30 PM, triishac said: Site URL: https://www.codevelop.fund/ How do I centre align the columns in the footer? Been struggling with it for a while. Website: Codevelop.fund Password: update12345# Try adding to Home > Design > Custom Css section[data-section-id="61af47cbe71448138280875a"] .content-wrapper { padding-bottom: 30px !important; padding-top: 30px !important; } footer .sqs-layout .row { display: flex; align-items: center; } footer .sqs-layout .row .html-block { padding-bottom:0 !important; } .newsletter-block, .newsletter-form-body { padding: 10px 0 !important; } My testing result Let me know how it works on your site Support me by pressing 👍 if this useful for you 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
triishac Posted December 11, 2021 Author Share Posted December 11, 2021 On 12/9/2021 at 9:48 PM, bangank36 said: Try adding to Home > Design > Custom Css section[data-section-id="61af47cbe71448138280875a"] .content-wrapper { padding-bottom: 30px !important; padding-top: 30px !important; } footer .sqs-layout .row { display: flex; align-items: center; } footer .sqs-layout .row .html-block { padding-bottom:0 !important; } .newsletter-block, .newsletter-form-body { padding: 10px 0 !important; } My testing result Let me know how it works on your site Support me by pressing 👍 if this useful for you This worked perfectly! Thank you so much! Beyondspace 1 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