• Resolved red-october

    (@red-october)


    Want to change text align on both pages and blog post to justify. Not seeing where to change it in css. Any help would be appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey. You can do this in the text editor itself. When in “Edit Page” or “Edit Post” mode: Highlight your text and click the “Align Full” button which is situated on the second line, the third icon from the left.

    Theme Author ronangelo

    (@ronangelo)

    @siobhan I think he wants to make “justify” the default text align for all the posts.

    @red-october
    You could add this on the custom css option.

    .entry-content p {
        text-align: justify;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text align: justify’ is closed to new replies.