Dear Enfold Team,
I would like to reduce the height of the footer on our website, especially in the mobile version. On the mobile version the three columns are shown above each other with a big gap between them. How can I reduce that?
Thank you in advance, best
Jonna
Hi, could you please help me? Thanks in advance, Jonna
Hi,
Thank you for using Enfold.
Please try to decrease the widgets’ margin,
@media only screen and (max-width: 767px) {
#footer .widget {
margin: 10px 0 10px 0;
}
.responsive #top #wrap_all #footer .flex_column {
margin-bottom: 5px;
}
.flex_column .widget .widgettitle, .content .widget .widgettitle {
margin-top: 0.42em;
}
}
And remove the empty text widget.
Best regards,
Ismael
Hi Ismael,
thank you very much! That worked out! But now, on the mobile version, the social media stick together one below the next one, looks quite strange. Is there a chance to show two in a row and below the other two in a row (in the mobile version)?
Thanks in advance,
Jonna