There is a lot of space on top and below of the footer.
How do I get ride of them?
I tried:
div#text-4.widget { margin-top: -25px 0 -25px; }
div#text-2.widget { margin-top: -25px 0 -25px; }
But it does not work.
Hi nigellim68!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS field put the following and adjust the values:
#footer {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
Cheers!
Günter
Thank you, Gunter. It works!!