Site logo

Archived topic

How to justify content text

9 replies · Started by Sarah on June 16, 2015

Viewing posts 1–10 of 10

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 :)

Hi Sarah,

Give this CSS a try:

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

That worked perfectly! Thanks Tom :)

No problem :)

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?

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 :)

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

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

thanks!

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

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).

This archived topic is closed to new replies.