Can't get block quote to align left

Posted in: Newspaper
Post count: 3

I can’t figure out how to get the block quote to align left. There is no option in tagdiv editor, and the align left function in the post editor is not working either. My theme settings also do not appear to have the option. You can see an example on this post under headline “Do Not Weep For Jesus”.

Post count: 27744

Hello,

To align the blockquote to the left, please use this custom code CSS => https://www.screencast.com/t/yYiK5rHb7NVf
Code:


blockquote p{
text-align:left;
}

Set the code in Theme Panel ->Custom code -> Custom CSS ->
Hope that helps you!

Thank you!

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