Following the new 4.0
https://manual.calibre-ebook.com/con...verting-to-pdf
Quote:
You can also display text at the left and right edges and change the font size, as demonstrated with this header template:
<header style="justify-content: space-between; font-size: smaller">
<div>_TITLE_</div>
<div>_AUTHOR_</div>
</header>
This will display the title at the left and the author at the right, in a font size smaller than the main text.
|
None of the header CSS examples seem to right and left justify the title and author in the header
What am I doing wrong?