[Resolved] How to justify content text

Home Forums Support [Resolved] How to justify content text

Home Forums Support How to justify content text

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #114885
    Sarah

    Hi Tom, I’ve had a search through Customizer and the forum but can’t spot how to make the content text justified. Is there some CSS I can apply? Thanks for your help πŸ™‚

    #114935
    Tom
    Lead Developer
    Lead Developer

    Hi Sarah,

    Give this CSS a try:

    .entry-content,
    .entry-summary {
          text-align: justify;
    }
    #115128
    Sarah

    That worked perfectly! Thanks Tom πŸ™‚

    #115164
    Tom
    Lead Developer
    Lead Developer

    No problem πŸ™‚

    #1087611
    Kaushal

    I am trying to justify text but there is no option, previously there was ALT+ SHIFT+ J but here its not working. I also added .entry-content,
    .entry-summary {
    text-align: justify;
    }
    in Simple CSS and Customize but still it did not work.
    What is the solution of it?

    #1088050
    Leo
    Staff
    Customer Support

    Can you link me to the page in question with the CSS applied?

    Feel free to open a new topic so you can use the private URL field.

    Let me know πŸ™‚

    #1932312
    Diego

    Hi!
    i have a Question..
    where i have to paste it?

    .entry-content,
    .entry-summary {
    text-align: justify;
    }

    thanks!

    #1932319
    Elvin
    Staff
    Customer Support

    Hi Diego,

    Here’s how we normally add CSS on the theme – https://docs.generatepress.com/article/adding-css/

    #1932327
    Diego

    thanks, i already pasted on html code.
    is this better, same o worse?
    tnks!

    #1932849
    Ying
    Staff
    Customer Support

    i already pasted on html code.

    Sorry, I didn’t get what this means.

    Most people will pasted CSS code to customizer > additional CSS (the second method from the article Elvin linked).

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.