Home › Forums › WoodMart support forum › Justify Website Page's content › Reply To: Justify Website Page's content
April 17, 2018 at 12:03 pm
#52930
Elise Noromit
Member
Hello,
Try this CSS, add it to Theme Settings > Custom CSS
body {
text-align: justify;
}
body .post-single-page .article-body-container {
text-align: justify;
}
Check your site and provide links where elements are not justified. There may be some.
Best Regards