add spacing between sidebar links
-
I am using twenty ten theme. I have a list of links in my sidebar and I want to put a little more space between them. I don’t know the CSS for this.
The blog I need help with is: (visible only to logged in users)
-
Try something like this:
.widget_links li { margin-bottom: 20px; }(Exaggerated the spacing to show the effect, you might want to reduce it)
- The topic ‘add spacing between sidebar links’ is closed to new replies.