Notifications
Clear all

[Solved] How to fix quote block

3 Posts
2 Users
1 Reactions
581 Views
Posts: 130
Topic starter
(@cmw14)
Estimable Member
Joined: 8 years ago

Hi could anyone help, I've recently installed a new theme, everything is working as expected except the quote block has the body of the text centred (see below).

Is there a css fix I could apply?

Live example link

https://www.radios-tv.co.uk/community/colour-television/1985-22″-ferguson-51a2-fst-tx100/#post-117011

2 Replies
Tutrix
Posts: 1452
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @cmw14

add this to custom css

#wpforo #wpforo-wrap .wpforo-post-content blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
 text-align: left;
}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Posts: 130
Topic starter
(@cmw14)
Estimable Member
Joined: 8 years ago

@tutrix Thanks 👍