The bible reference has no option of always being before verse, in the form of an underlined header. This is quite useful and more presentable if it could be integrated into the software. Other than permanently positioning the footer at a particular corner all the time, the foot will always being right on top of the verse, underlined and same font as verse font. I've attached a photo showing what I am talk about. Thank you
Comments
Developers, could you consider making some kind of configurable themes? E.g.
/*pregenerated part - on theme change, on output display change*/
.theme1 .main, .theme1 .footer {
position:.... width: ...: height....
}
/* user customizable part */
.theme1 .myUpdate {
...flex reorder...
}
<div class="theme1 myUpdate">
<div class="main">{mainContent()}</div>
<div class="footer">{footerContent()}</div>
</div>
Thanks for your comments! We'll add this to our list of feature requests.