Blog > See All Posts is centered

  • Posted in : Empathy
  • ivan
    Participant

    Is there a way to disable the centering when viewing all posts (/blog)?

    ivan
    Participant

    I was able to figure this out with page inspection. Under theme customization > Custom CSS, paste the following:

    .post {
    text-align: left;
    }

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .post .entry-content { text-align: left; }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register