Hi guys,
Please can I have some code to control the height of the footer?
Thanks
Hey Krissie,
Are you looking to make it smaller?
Best regards,
Jordan Shannon
Yes I want to make it smaller. :)
Hi,
That may not be physically possible without reducing the font size and padding of the widgets you currently have in there.
Best regards,
Jordan Shannon
I just want to adjust the height of it.
Thanks
Hi,
It the size of the widgets inside the footer that gives it the current height. You can’t adjust the height without adjusting those accordingly.
Best regards,
Jordan Shannon
So how do i adjust the widget padding then?
Hi,
Add the following to quick css:
#footer .widget{
margin-top:0px!important;
margin-bottom:0px!important;
}
Best regards,
Jordan Shannon
Great, thanks Jordon!
Would negative values work here at all?
Thanks
Hi,
Not to the effect of shrinking the footer further.
Best regards,
Jordan Shannon