Hello!
Concerning my block texts, I would like to use cesuras in order to have a better empty space balance when I choose "Align left". Is there a way to do that?
Thanks
Salim
Cesuras
Hello!
Concerning my block texts, I would like to use cesuras in order to have a better empty space balance when I choose "Align left". Is there a way to do that?
Thanks
Salim
A Caesura sorry. It is also called a Hyphenation : is when you divide words in order to make them fit more in the block. On the picture attached, you can see on the right a Block text with Caesura/Hyphenation and on the left one without.
Thanks

Dear @doumasalim
ok. I see.
Try to add this to your Custom CSS:
p {
hyphens: auto;
}
https://css-tricks.com/almanac/properties/h/hyphenate/
Best!
Marius
You could use the "soft hyphens" button in the texteditor to make words break at certain points:
Thanks you for your help!