Quote:
Originally Posted by repilo
I have just solved the riddle. It's all because I have a margin selected in the menu called “Aa”. If I select margins = 0 the centering is perfect.
However, this is a Kobo defect, because it's legitimate to adjust this menu to the user's taste, and it shouldn't cause any problems, as it doesn't affect the centering of any other text.
|
There isn't much anyone can do with CSS if the device/app ignores the ePub's css...
You could try using the !important property and/or enable
Use Publisher's Styles, as theDucks mentioned, if it is available for your device.
I was playing around with this and you could try the following:
If you use vh/vw instead of % in the height/width properties, then you don't need the position:fixed. However, I'm not sure how many devices support vh/vw ???