Tagged: footer, padding, socket, spacing, whitespace
Hi I need to decrease the footer spacing. What file / code do I edit to cut down the padding on top and bottom of footer socket area?
Thanks much,
Chris
My footer is 1 column if it helps. Thanks much,
Chris
Hi,
Just add this on your custom.css
#footer {
padding: 10px 0 5px 0;
}
Cheers,
Ismael
Thanks, that worked :)