Guest Posted September 26, 2019 Posted September 26, 2019 Hi, How can I adjust padding of the navigation in the footer? (screen attached) https://imgur.com/3Wc7Psn website: https://marigold-onion-dm3a.squarespace.comPassword: Campcamp1 @tuanphan Regards
tuanphan Posted September 27, 2019 Posted September 27, 2019 @Campcamp try @media screen and (max-width:640px) { .Footer-nav-group { padding-bottom: 0 !important; } } 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!)
Guest Posted September 28, 2019 Posted September 28, 2019 @tuanphan Hi, thanks for reply. This code does not seem to work, I have checked the mobile as well. updated screen: https://imgur.com/undefined
tuanphan Posted September 28, 2019 Posted September 28, 2019 @Campcamp try @media screen and (max-width:640px) { .tweak-footer-layout-columns .Footer-nav-group { padding-left: 5px; padding-bottom: 0; } } 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!)
Guest Posted September 28, 2019 Posted September 28, 2019 Thanks for reply. The code seems to work when I inject it on the squarespace preview but then when I go to the website from the browser footer is still the same. @tuanphan
tuanphan Posted September 29, 2019 Posted September 29, 2019 @Campcamp Which phone do you use? Footer here looks different... 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.