• Hello
    I want to space evenly the words of my para just as “justify” does in word.
    Also I want to show excerpts of my blog on the front page.What yo do?
    Pl give soln.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello sapna!
    I don’t understand if you are asking to set any page as your home page?
    If yes then to set it:
    To change the homepage to a static page:

    In your admin, go to Settings > Reading > front page displays > click ‘a static page (select below)’, then pick the page you want to appear as your home page….
    And to justify the paragraph,please use blackstudio tinyMce visual editor..

    Try this code in your theme’s custom CSS option (Dashboard > Appearance > Customize > Advanced Settings > Custom CSS Box):

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

    (@sapnasharma)

    Thanks stephencottontail !
    It worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘justify paragraph’ is closed to new replies.