damonomad Posted September 2, 2020 Share Posted September 2, 2020 Site URL: http://www.damonomad.co Hello Squarespace gurus, I'm having trouble adjusting elements in the footer of my website. I'd like to eliminate the padding on top & bottom of the container to make the footer fit better under the page content. I'd also like for my email address to be closer to the "social icon" block, right justified. There seems to be spacing round the social icons that I can't chip into. Thanks in advance for the help! Link to comment
tuanphan Posted September 2, 2020 Share Posted September 2, 2020 Add to Home > design > Custom CSS footer.sections section { min-height: unset !important; } footer.sections section .content-wrapper { padding-top: 10px !important; padding-bottom: 10px !important; } With social, you can edit footer > resize social column width Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
damonomad Posted September 2, 2020 Author Share Posted September 2, 2020 Thanks Tuanphan, this worked perfect! I have one more padding question if you don't mind. On the bottom of every portfolio section the previous - next project seems to have a huge padding as well. I tried to use the same code to edit its padding but it doesn't work: section.item-pagination.item-pagination--prev-next { min-height: unset !important; } section.item-pagination.item-pagination--prev-next { padding-top: 10px !important; padding-bottom: 10px !important; } What's wrong? Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 I see fine here. Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.