Jan 09, 2022 10:24 pm
How do I justify text in the topics section?
2 Replies
Jan 10, 2022 4: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 10:13 am
Worked perfect thanks! 😀Â