Quote:
Originally Posted by RbnJrg
Are you working under epub2 or epub3? If you are working with epub3, then by far the simplest and easier solution is to employ a flex-box; it's a piece of cake to get what you want, since the flex-box does all the dirty work, you don't need to calc anything (even you don't need to use margins).
|
flex-box is definitely easier/better as long as the devices displaying it are epub3 compatible. If there is any chance someone will want to read it on an epub2 device (or a device that only partially supports epub3) then you will also want to provide fall-back coding otherwise it could end up looking
really basic/ugly. There
are methods for vertical alignment under epub2 but it takes some creative css. Here are a couple of threads discussing the topic:
https://www.mobileread.com/forums/sh...vertical+align
https://www.mobileread.com/forums/sh...ertical+center