Hi Rob,
Install a custom CSS plugin and enter the following:
.footer.section { padding: 0; }
.credits-inner { border: none; padding: 3% 0; }
That should fix it.
– Anders
Thread Starter
r4b
(@r4b)
Hi,
Thanks for the swift reply!
This doesn’t appear to have worked for me. Not on mobile anyway. I am unable to check desktop right now.
See – airedalemillsmanagement.co.uk
I am using ‘Simple Custom CSS’ plugin version 3.0.1.
Thanks again for your assistance.
Sorry, change it to this:
.footer.section { padding: 0 !important; }
.credits-inner { border: none; padding: 3% 0 !important; }
– Anders