I would like to change the height of the footer. How /where can I modify this?
When I ad a logo to the header, the logo sticks at the top of the header and there is no space between the top and the logo. Is it possible to change the padding?
Thanks and best regards
Ivana
Hey Heiko_Alexander,
The header size can be changed by going to Enfold > Header > set Header Size to Custom Pixel Value, you should be able to see this new field: Header Custom Height which you can set by pixels.
Footer doesn’t have that option. As for the padding in the logo, you can try to add this css code in Quick CSS (located in Enfold > General Styling):
#header .logo {
padding: 10px 0;
}
it will have padding but logo size will be reduced as header height is retained. Hope this helps :)
Best regards,
Nikko
Hi Nikko,
thanks for the fast response and the code regarding the logo.
So there is really no chance to change the height of the footer? Currently there is only one line and the footer is pretty high. This does not look very nice.
Best regards
Ivana
Hi,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi Mike,
please find the link below.
Thank you and best regards,
Ivana
Hi Ivana,
For the footer try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer {
padding: 0;
}
#footer .widget {
margin: 10px 0;
}
Hope it’s good :)
Best regards,
Nikko
Hi Nikko,
perfect! Thank you so much for the support.
Best regards,
Ivana
Hi Ivana,
You’re welcome, just glad we could help. Thanks for using Enfold :)
Best regards,
Nikko