The footer height on mobile is huge, anyway to reduce that?
Can you post a link to your site? If you have multiple widgets the spacing can get to be a bit excessive. You should be able to alter the spacing by using CSS targeted as different resolutions.
added in private area
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer {
padding: 0 !important;
}
}
Best regards,
Rikard
all good, thank you