judiyoung
Member
Posted 8 months ago #
The widget is displaying the quote text centered and client would like it align left.
CSS says:
.quotescollection_randomquote cite {
display:block; /* To display author and source in a new line */
text-align:left;
}
How do I get the quote to align left?
Thank you.
http://www.creativecatalyst.co.uk/
http://wordpress.org/extend/plugins/quotes-collection/
amiteur
Member
Posted 8 months ago #
I have the same problem and it looks horrible.
Its............spacing.........the............words
out........like............this
I don't yet know how to fix it, when i do i will let you know
amiteur
Member
Posted 8 months ago #
The Code you cited is for the author text at the bottom, there is no code for the main body of text in the quotes collection CSS at all!
Which is a bit stupid and is probably the reason its placing the main body text centered [as a browser default because there is no reference for the browser to go on]
Because of that, for me the Quotes Collection widget is defunct and useless.
I'm using the th0ths-quotes widget instead.
http://wordpress.org/extend/plugins/th0ths-quotes/
judiyoung
Member
Posted 8 months ago #
Thanks for the response. I changed plugins as you suggested, but don't find a way to specify alignment in th0ths-quotes either.
I have loaded this plugin on two sites with two different results - left-aligned on one and centered on the other. So I have to assume the display settings for the sidebar come from CSS.
Anyway, glad to know about a different plugin. Thanks!