Blockquote justified

Posted in: Newspaper
Post count: 7

Hi folks, I may be missing the solution to this but it seems my default configuration for blockquotes is center justified. Is there a way to get the default to be left justified? It’s a bit of a pain to have to create an extra step to get the quotes to look correct by having to set them all for left justification for each post.

Post count: 7

Hello?

Post count: 3343

Hi,
Do you want the default to be like this? http://screencast.com/t/qzWnJTJu or full but with text-align left?

To make the default one as left align just add this CSS in theme panel -> Custom CSS

blockquote p {
    text-align: left !important;
}

Thanks for the message!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.