AI Search
Classic Search
Notifications
Clear all
Jan 10, 2022 2:24 am
How do I justify text in the topics section?
2 Replies
Jan 10, 2022 8:37 am
Hi @gnomebe
add this to custom css
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content {
text-align: justify;
}
Dashboard > Forums > Settings > Style (custom css)
Jan 10, 2022 2:13 pm
Worked perfect thanks! 😀