Home Forums WoodMart support forum Justify Website Page's content Reply To: Justify Website Page's content

#52930

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