Is it in all ereaders or just that particular ereader? Maybe the ereader has a rotate setting and you have it locked to landscape mode?
Have you checked the code for the book? Possibly there is the following code in use somewhere...
.rotate {
transform: rotate(90deg);
}
Otherwise, we'd need to see the book
|