Archived topic
Spacing in Footer Area
3 replies · Started by Akshay on October 15, 2020
Viewing posts 1–4 of 4
Can you please suggest how to provide spacing between links in the footer and text in the footer area?
Link: https://www.bestmom.in/
Hi,
For the space between links:
You can look for this CSS in the customizer's Additional CSS codes
.footer-bar > .widget {
display: inline-block;
margin: 0 10px;
}
Just change the 10px value on the margin property.
As for the space between the links and the text:
.footer-bar {
margin-bottom: 20px;
}
Just adjust the value to your preference.
Thanks
No problem. :)
This archived topic is closed to new replies.