Hi Kriesi,
How do I reduce the footer pacing when my site is viewed on mobile devices?
I have read many topics and used many CSS codes recommended to other users, but none seem to have worked for me.
Thank you in advance for your help :)
Hey tinagianna,
Thanks for the details, are you looking to remove some of the vertical spacing between the widgets? If so then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
#footer .widget {
margin: 0 0 30px 0;
}
}
Remember to delete the old CSS/JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
Hey Rikard,
sorry that code didnt work. Any other idea?