View Single Post
Old 01-21-2022, 01:31 AM   #6
fabianmoreno01
Member
fabianmoreno01 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2022
Device: Kobo Aura One
Quote:
Originally Posted by fabianmoreno01 View Post

So I added it there:

Code:
.paraCenter	{
	display: block;
 		text-align:center;
  widows:5;
	orphans:5;
Just to be clear, I also changed the value there:

Code:
body, div, h1, h2, h3, h4, h5, h6, p {
	widows:5;
	orphans:5;
}
Anyways, as @theducks say, there are still cases But overall it's much smoother!
fabianmoreno01 is offline   Reply With Quote