If you are using KePub, try ePub and if using ePub, try KePub.
Also, if this ePub does not have widows and orphans set to 1 in the body, do so. This is the CSS code I use for body.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}