Hi, I have just changed out some widgets in my footer. When inspecting the footer with Google Inspect, I see that it has the following code embedded.
.x-colophon.top {
padding: 5% 0 5.25%;
}
I do not see this piece of code in my CSS - the site was built by someone else…
I want to change the padding to 0 all around and have added the following in my Global CSS
.x-colophon.top {
padding: 0 !important;
}
The top piece of code seems to be over riding my changes. How can I fix this? There is way too much space at the top of my widget area.
Thanks in advance,
Dawn