Align text in a quote-block left instead center

Posted in: Newspaper
Post count: 12

Hi there

I try to have the text inside a quote block aligned left instead of the standard center-align.

I didn’t find any settings for that in the theme. So I assume I have to add some lines in the custom CSS section of my cloud template for that kind of posts. However I can’t find out which class to use.
Here’s what I tried:

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

(also tried with .tdb-block-inner blockquote p)

What do I need to change here?
Thanks for helping

Post count: 21065

Hello!

Please provide me your website link and a screenshot with exactly the blockquote you want to align in order to help you efficiently.

Thank you!

Post count: 12

It’s not about one specific quote, it’s every quote in every blogpost that uses a specific post template.

This standard setting of center-aligned quotes is not useful for me, it is actually counter productive.

As one example:
The quotes in following post are annoying to read when it is center-aligned, since it’s long quotes. I blog about books and thus usually have those longer quotes. To increase readability, I want to have it left-aligned like normal text.
https://kapitel7.de/robert-penn-warren-das-spiel-der-macht/

Thank you

  • This reply was modified 5 years by kapitel7.
Post count: 12

Update:

I tried this and looks like it might be what I was looking for:

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

What do you think? Does this make sense?

  • This reply was modified 5 years by kapitel7.
Post count: 21065

Hello!

The code seems to be alright like this:

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

Thank you!

Post count: 12

Great.

Thank you for confirming!

(the 2nd } was just a typo that I couldn’t edit out any more)

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