I want my text blocks to align left; I am NOT a programmer, paid for Premium

  • Unknown's avatar

    The text in the posts is being justified to both left and right instead of aligning left as the world expects. It looks ridiculous. There is a button in the edit toolbar for left align. It DOESN’T WORK.

    I am not a programmer. I REPEAT NOT A PROGRAMMER.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @auriandra, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change the text in the content area from justified to left alignment.

    .entry-content {
        text-align: left;
    }
  • The topic ‘I want my text blocks to align left; I am NOT a programmer, paid for Premium’ is closed to new replies.