Hi,
i would like to get the spaces in the footer smaller on mobile version. Do you have an idea how i can do that?
Many regards rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #footer .flex_column {
margin-bottom: 0;
}
}
Best regards,
Rikard
Hi Rikard,
thanks a lot!
But is it possible to get the adress, kontakt and Bürozeiten a little bit closer together?
Many regards rixi
Hi,
Thank you for the update.
You can add this css code to adjust the spacing between the footer widgets:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#footer .flex_column:nth-child(1) .textwidget p:nth-child(2) {
display: none;
}
.responsive #footer .flex_column {
margin-bottom: -20px !important;
}
}
Best regards,
Ismael
Hi Ismael,
perfect, that worked greeat :)
Thank you!
Many regards rixi