EY-100 Posted March 25, 2023 Share Posted March 25, 2023 Hi there, Need advice on how to remove the padding in the footer at www.everwellyoga.com. The footer was built in ConvertKit and tried various solutions/code found on ConvertKit forums and here including reducing rows (which I can't override under "15") and Design > Custom CSS options. Any help would be appreciated - at a loss! http://www.everwellyoga.com Thank you! Link to comment
Solution tuanphan Posted March 29, 2023 Solution Share Posted March 29, 2023 Add to Settings > Advanced > Code Injection > Footer <style> .fe-641e82c8b05562209aeb61ec { grid-template-rows: repeat(5,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto)) !important; } </style> 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
EY-100 Posted March 29, 2023 Author Share Posted March 29, 2023 14 hours ago, tuanphan said: Add to Settings > Advanced > Code Injection > Footer <style> .fe-641e82c8b05562209aeb61ec { grid-template-rows: repeat(5,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto)) !important; } </style> This worked! Thank you soooo much! Much appreciated! 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