Article layout: "hanging" blocks #6540
jimjam-slam
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
Seems tricky considering the current grid layout with the margins. @dragonstyle can probably shed some lights on the feasibility as he is the one working extensively on this aspect of Quarto. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Quarto's grid system supports overhanging content (eg.
.column-body-outset-right
or.column-screen-inset-left
) that goes from partway in one of the sidebars to the opposite edge of the normal page body.I'm not sure how feasible this is given the page body currently takes up a single grid columns (or maybe it can be done without the grid), but a nice enhancement would be columns that float and overhang — say from the page outset position to a third of the way through the body column.
The effect I'm describing is something like this illustrative image, but imagine that the second par that is currently below the grey block actually floats around that grey block (simply setting
float: left
does not work because everything is fitted to the grid).I'm not 100% sure that a float like this is possible given the grid system, but I wanted to flag it as a nice enhancement for illustrations and other ancillary content that don't necessarily need to break up content entirely (but which may like to intrude more than
.column-margin
content).Beta Was this translation helpful? Give feedback.
All reactions