Anyway to make the spacing for the link and text match. Right now they are different…There seems to be more space between the links that text. Ideally I would like things to be the same spacing as the links.
Hey mcraig77,
I’m not sure I understand what you mean, the widgets on the sides seem to use a different font from the other two. What exactly are you looking to change?
Best regards,
Rikard
How do I decrease the line height on the sections with the links?
Hi,
Please try the following in Quick CSS:
#footer .widget_nav_menu a {
padding: 0 !important;
}
Best regards,
Rikard
Thanks!