Can't override the footer padding

Hi. My site is at http://alison.ray-jones.org.uk/. I want to reduce the footer padding - currently 50px top and bottom according to Chrome Inspector. I’ve tried this in the global CSS:

.x-colophon.bottom { padding: 0 !important; }

but it’s being ignored.

Can you help please?
Thanks.

Hi @mikerayjones,

Thank you for writing in, where did you add that custom CSS? that should have been work. One reason why it did not is you might have a syntax error somewhere on your custom CSS.

Please check all your custom CSS here and address found error/s (you can ignore the warnings)

Let us know how it goes,
Cheers!

Ah yes, you must be right; when I move it to the top of my global CSS, it works. Time to find the syntax error.

Thank you!

You’re welcome, Mike.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.