Site logo

Archived topic

Sidebar widget links font size

3 replies · Started by Petar on October 23, 2022

Viewing posts 1–4 of 4

Hi, I am trying to make links in the sidebar (blogroll) with less space between characters, or to experiment with size. Please help

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;
}
This archived topic is closed to new replies.