How to Force All Blog Post Paragraphs to Be Justified in Blogger Through Template Editing

In Previous Tutorial we Were Talking about how to Allign text as JUSTIFY in blogger posts with Blogger's Advanced Customised Menu, but in this tutorial, we are going to teach you, how to Allign the Text JUSTIFY in Blog Post through Template Editing. So Let's get Started. :)

1st:


  • Open the Blogger website and log in with your username and password.
  • 2nd:
  • Click the "Design" link under the title of the blog you want to customize on your Dashboard.
  • 3rd:
  • Click the "Template Designer" link at the top of the Design page.
  • 4th:
  • Click the "Advanced" link at the left side of the Template Designer page.
  • 5th:
  • Scroll down in the middle column and click the "Add CSS" link.
  • 6th:
  • Copy and paste the following text into the Add Custom CSS Styles box:
    .post {
    text-align: justify;
    }
  • 7th:
  • Click the "Apply to Blog" button at the top right corner of the Blogger Template Designer page. :)
  • Post a Comment