Content will not flow over two columns on page 2 (using Chrome) #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Perhaps related to varia/octomode#25, when working on a document using
columns: 2 auto;
in the CSS, content does not flow over the two columns on page 2 (see attached screenshot).When inspecting the HTML, it looked like paged.js was closing the section tag automagically on page 2, hence the unexpected column jump to page 3.
I managed to solve this in a very hacky way, by opening
<section class="columns">
on the cover (with the pink background), and adding lots of<br>
tags to push the text down to page 2, where it flowed across 2 columns as declared in the CSS.Content will not flow over two columns, on first page (using Chrome)to Content will not flow over two columns on page 2 (using Chrome)