Tagged: CSS
Is there a way to stop paragraphs breaking with multi-column layouts?
Read here – if you need more help – tell me:
break-inside: avoid
https://enfold.webers-webdesign.de/multicolumn-text-block/
https://css-tricks.com/almanac/properties/b/break-inside/
nice to know
widows = minimum number of lines in a paragraph split on the new page.
orphans = minimum number of lines in a paragraph split on the old page.
Thank you Guenni. I think that this is working
.breakpoint p {
break-inside: avoid-column;
}
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike