Quote Originally Posted by MeltDown View Post
Hi Clyde - As always, thanks for your endlessly useful Mods and the detailed support you give.

Questions: In IE there tends to be quite a bit of dead space above and below the



Less in FF. Is there a way to alleviate that? View here >>> BeadedLily <<< Lower left-hand corner.

Also, I'd like to change the font size (smaller) of the



How would I achieve that?

Thanks!

Tim
Try adding this to your stylesheet.css

.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
margin: 0; padding: 5px 0;
}
.testimonial span {
float:right;
}