For some reason or another, i can't get the line spacing correct for my widget. It seems that there's a large space in between each twitter message and any links attached to it. What css can i use to correct this?
I have the Mandigo theme in Wordpress (if that helps) but I cannot get the spacing between tweets to work. The tweets stay cramped together. The font size is the only thing I can get to work. Any ideas? Thanks.
You'd need to post a link to where I can see the widget on your site. If the theme is coded well and it's easy enough for me to find the right CSS, I'll post it here.
Thanks for your help so far. The code doesn't work for me.
The only thing that works is font size:
.widget_twitter {
font-size:120%;
}
That's the only piece of code I can get to work. I also tried putting "margin-bottom:10px;" within these brackets, that also didn't work. I tried em instead of px, also no luck.
Actually, the rules are right, but CSS assumes that the most specific rule is the most correct. You have unusually specific rules in your stylesheet. I added this code to it and it worked: