How do i make the blockquote full-width left alignment?

Posted in: Newspaper
Post count: 20

Hi,
By playing around with the theme panel, I managed to change most of the blockquote suited to my preference. However, I can’t change it to left alignment (it’s center). https://gameworld.vn/10954/splyce-chinh-thuc-rut-khoi-csgo/
I’ve looked around the form and found this and put into CSS custom (below), however, it doesn’t change the blockquote to left align. Am I missing something?

.td-post-content blockquote p{
text-align:left;
}

  • This topic was modified 8 years by Ninhigan.
Post count: 22421

Hello,

Our theme uses a few different blockquote designs you can check out: https://forum.tagdiv.com/post-formats-for-tinymce/
There is already a design for left blockquotes under the formats section.
If you want to remove the margin on the default quotes, you can use this code:

.td-post-content blockquote{
margin: 33px 0% 38px;
}

Thanks.

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