What is the best way to change the formatting of the quotes that appear in the quotes block? The author's name appears about 2 or three spaces below the quote itself (actually, this occurs when I view the individual quote nodes, too). I would like to tighten this up so that the author's name is closer to the quote (and perhaps in italics or something, too). I looked through the module code but couldn't figure out how to change this (I'm not great with theming or PHP or CSS, so that's not too surprising!).
Thanks in advance for any assistance.
Comments
Comment #1
jhriggs commentedThe theme_quotes_quote() function can be overridden in your theme and/or your theme's CSS can modify the two CSS classes used in the default theme_quotes_quote() implementation, quotes-quote and quotes-author. This is documented in README.txt.