How can I reduce the spacing between the footer columns when viewed on a mobile device?
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
@media only screen and (max-width: 480px) {
#footer .widget {
margin: 0;
}}
Best regards,
Yigit
Thanks Yigit,
Can I also ask how you reduce the spacing/padding in each section for desktop as well?
Mike
Hey!
Please add following code to Quick CSS as well and adjust values as needed
#footer div .av_one_third:not(.first) {
margin-left: 3%;
}
#footer div .av_one_third {
width: 31.3%;
}
Regards,
Yigit
Thanks for this, but I meant in the main text areas.
see http://www.yokoso.co.uk