Quote:
Originally Posted by fabianmoreno01
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!