How do you reduce space between the widget titles and the line/border below it?
My blog http://themabelkwong.wordpress.com
Here is a bit of my customised CSS code:
.widget-title {
font-size:17px;
margin:2px;
font-family:arial;
font-weight:500;
letter-spacing:0;
line-height:2.6em;
text-transform:none;
border-bottom:1px solid #ddd;
}
.widget-title a {
color:#666;
font-weight:normal;
}
As you can see, I added a border below my widget titles, but I want to reduce the space between them. I've tried decreasing padding but it does not seem to work.
Thank you.
The blog I need help with is themabelkwong.wordpress.com.