Please describe how to change blockquote text center align to left align

Posted in: Newspaper
Post count: 7

Could you please describe how to change blockquote from center align to left align. I figured out how to change the font size, but I can’t find how to change the alignment.

Post count: 27

Hi arlingtoncardinal 🙂

i randomly see your topic and solved this problem with the following code

.tagdiv-type blockquote {
text-align: left;
}

You have to copy this here: Theme Panal > Custom Code > Custom CSS

This should work as long as you don’t use the Mobile Theme plugin. I didn’t test it with the Mobile Theme Plugin.

Best regards

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