Content will not flow over two columns on page 2 (using Chrome) #27

Open
opened 2023-05-02 14:34:17 +02:00 by simoon · 1 comment
Owner

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).

Perhaps related to https://git.vvvvvvaria.org/varia/octomode/issues/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).
Author
Owner

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.

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.
simoon changed title from 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) 2023-05-02 14:42:38 +02:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CC/octomode#27
No description provided.