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

Open
opened 12 months ago by simoon · 1 comments
simoon commented 12 months ago
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).
Poster
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) 12 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.