글자 양쪽정렬

Posted in: Newspaper
Post count: 221

I want to automatically specify justification after writing a post in a template. May I know the code?

https://ibb.co/fn6cZ6D

Post count: 21065

Hello!

Check an example here: https://forum.tagdiv.com/topic/text-align-justify/

Thank you!

Post count: 221

.tdm_block_team_member .tdm-descr {
text-align: justify;}

Can I just put this code in CSS as it is? So will it be automatically applied to the blog template automatically?

Post count: 21065

Hello!

You should specify the class of this text: https://imgbb.com/fn6cZ6D

Thank you!

Post count: 221

/* 글자 양쪽정렬 자동화 */
.type-post
p {text-align: justify;
}

I put the above code in css
Is it the way I write and manually put it in the Gudenberg CSS anchors?
I wonder if it was possible to automatically justify text when writing to Gudenberg.

Post count: 21065

Hello!

In order to customize the Gutenberg, then let them know about it.

Thank you!

Post count: 221

When I write in Gudenberg, neither the Newspaper theme nor Gudenberg have a justification function, so I have to keep using the yellow pencil. I asked how I could specify this once and finish.

What code do I put where to automatically justify? Continued…

Post count: 21065

Hello!

Same as the code above, but you need to know the class of the exactly element you need to modify.

Thank you!

Post count: 221

Betina may be very busy, but please come and check my site.
Right now, I’m aligning both sides with a yellow pencil.
I’ve done justification with a yellow pencil while writing.

I don’t know what the word class means. It’s sad.
Instead of writing in [Advanced] → [Additional CSS Class] every time I write, if I set this automatically at once, I don’t have to do this with a yellow pencil, and then the problem of collision with Newspaper seems to be solved, so I decided to justify it. I asked.

Post count: 21065

Hello!

The text you can modify it with yellow pencil if this way is easier for you.

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.