Site logo

Archived topic

Look into

5 replies · Started by Sourabh on February 3, 2021

Viewing posts 1–6 of 6

Hi David,

Text alignment justify in posts is working fine but when writing text inside any other block, it does not work so how to make it fix, Like using list block (using bullets or numbers, etc) making list with text (but how to text justify).

so can we add a code in our previous one which can align text justify inside other blocks too?

Hi there,

You could give ALL the blocks which you want the text to be justified a custom class, eg. justify-text, then use this class:

.justify-text{
  text-align: justify;
}

Let me know :)

And I should use this class in specific additional css class area under Gutenberg??

thanku

No problem :)

This archived topic is closed to new replies.