Hello,
How to reduce the footer widget spacing between two lines? only from up and down sides.
This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello,
How to reduce the footer widget spacing between two lines? only from up and down sides.
Hello,
Use the next custom CSS code:
.footer-bottom {
padding-top: 10px;
}
.footer-bottom .footer-copyrights-right {
margin-top: 5px;
}
Regards
The issue related to '‘Footer widget spacing up and down’' has been successfully resolved, and the topic is now closed for further responses