How can i remove extra space and make my footer more compact.
My website https://www.rabbitfilter.com/
I want to remove the spaces marked red in the image.
Hi There,
Please add the following code to Theme Options CSS
.x-colophon .widget {
margin-top: 0;
}
Hope it helps!
How to remove this space(marked in red in the image).
Add this CSS
.x-colophon.top {
padding: 5% 0 0;
}
it worked.
If you need anything else please let us know.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.