Notifications
Clear all

Style [Solved] How to justify text in topics?

3 Posts
2 Users
1 Likes
643 Views
Posts: 29
Topic starter
(@gnomebe)
Eminent Member
Joined: 4 years ago

How do I justify text in the topics section?

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

Hi @gnomebe

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content {
text-align: justify;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 29
Topic starter
(@gnomebe)
Eminent Member
Joined: 4 years ago

Worked perfect thanks! 😀