Archived topic
Sidebar widget links font size
3 replies · Started by Petar on October 23, 2022
Hi, I am trying to make links in the sidebar (blogroll) with less space between characters, or to experiment with size. Please help
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
updated
Hi Petar,
To clarify, are you referring to the spacing of each list item or the characters? There's no spacing in the characters already but you can change it's size. Here's two different CSS codes you may try respectively:
div#right-sidebar li {
margin-bottom: 0;
}
div#right-sidebar li {
font-size: 10px;
}