Hi,
can you adjust the height of the footer and the socket?
best regards,
Martin
Hi Martin,
Yes, however, there’s no option to change that except via CSS which we can provide you with.
Would you like to increase or decrease the height?
Best regards,
Nikko
Hi Nikko, the height should be reduced. It’s about the page https://kleinig.gmbh/. The footer is too high for the customer. The distances above and below should be cut by half at the bottom. At the top I wouldn’t cut that much.
best regards,
Martin
Hi Martin,
Please try the following in Quick CSS under Enfold->General Styling:
#footer {
padding: 15px 0 0;
}
#footer .widget {
margin: 10px 0 15px 0;
}
Best regards,
Rikard
Cool, it works! Thank you very much!