I'm trying to use the quotes module to place quotes in the footer. What do I need to do to get the quote and the author on the same line?

Comments

jhriggs’s picture

theme_quotes_quote() is a themeable function, so you can override it in your theme, or you could just make the div.quotes-quote and div.quotes-author divs inline in your CSS.

jhriggs’s picture

Status: Active » Closed (fixed)

Closing.