Home Forums WoodMart support forum Justify Website Page's content

Justify Website Page's content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52906

    ckluong3
    Participant

    Hi, I would like to check if there is a way to justified the whole website content’s text?
    Including FAQ, Terms & Conditions pages, Product’s page, Blog, etc.

    Please advise. Thanks.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)