I would like to make the following widget footer tighter and take up less height. How can I do this?
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2015-04-16_0832_FooterWidgets.png
Hi mocablue!
Please add following code to Quick CSS
#footer { padding: 0; margin: 0; }
Best regards,
Yigit
This is the result of adjusting the css with the marketing and padding…still lots of funky space and layout…anything I can do about this?
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2015-04-16_1932_Footer.png
there it is thank you
Hi!
Please go to Enfold theme options > Footer and choose to display 3 columns
Regards,
Yigit
Vertical spacing is the same whether its 3 or 4 columns…I have tried both and in the original example as posted footers are set to 3 columns as seen in the example below (and that I posted earlier)
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2015-04-16_1932_Footer.png
Hey!
as Yigit already mentioned please use this
#footer {
margin-bottom: -20px;
}
and adjust it as needed.
You could additionally use this code:
#footer .container {
top: -20px;
}
to make the footer much more tighter.
As your footer changed, I can’t find the phrase “Completely Spam free”. If you still wish customizations for this, please send us a link showing it.
Cheers!
Andy
Thank you andy – that is very helpful