I'd like to increase the spacing between the links in the categories side box, so they're more spread out.
Can anyone direct me?
I'd like to increase the spacing between the links in the categories side box, so they're more spread out.
Can anyone direct me?
The categories links are inline elements, so things like height, margin and padding have little or no effect here.
Add to your stylesheet
a.category-top, a.category-links {line-height: 1.5em;}
Adjust to taste.
Excellent. Thank you.
bump an old thread,
gjh42,
how can you accomplish this exact same thing, but for other things in the sidebox? ex: More Information
what you provided above worked beautifully for the Categories to be spaced, but it didn't space the "More Information" links I have also....
Thanks!
for more information sidebox , you can add this to your stylesheet.css
#moreinformationContent {
line-height:1.5em;
}