Traxleris1 Posted December 7, 2021 Share Posted December 7, 2021 Site URL: https://www.mcleanbusinessclub.com/membership Hello, I've been searching for a way to adjust the height of the footer on a site I'm building. The footer has very minimal information in it, but all the basic changes I can make don't eliminate the empty space/padding on the top and bottom. I'd like to keep the font the same size with the total height being about half what it is now. Basically, I want to eliminate all the empty space above and below the footer info Link to comment
creedon Posted December 8, 2021 Share Posted December 8, 2021 Add the following to Design > Custom CSS. #footer-sections .page-section:first-child { padding-top : 0; } #footer-sections .page-section:last-child { padding-bottom : 0; } This is for v7.1. If this doesn't take away enough of the space there is more we could go after. Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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