Archived topic
Footer widget spacing
5 replies · Started by debbie on August 19, 2018
Hi, I want to make the links in the footer widgets bold, but can't seem to work it out, can you please advise? Also the 3 widgets are spaced a little too far apart, can I bring them together? Thank you
Hi there,
Try this CSS:
.footer-widgets a, .footer-widgets a:visited {
font-weight: 700;
}
For the widget spacing, you should be able to bring them closer by increasing the left and right padding:
https://docs.generatepress.com/article/footer-padding/#footer-widget-area
Let me know if this helps :)
Hi, thank you - the font weight worked.
Unfortunately however the widget spacing still isn't right, the three of them look off centre, and amending the padding didn't really do anything. Is there anything I can do to move them closer and have the centred on the page? (Loving the theme by the way).
Thanks
Deb
Perhaps this CSS would help?
#acurax_si_widget_simple {
text-align: center !important;
}
.inside-footer-widgets {
text-align: center;
}
You're a star - thank you so very much
No problem :)