I am unable to achieve a reasonable layout of quarto html output. On wide screens there are 2 extra spaces left/right on top of standard sidebar / margin, and I am loosing TOC when playing with column-page etc. features. Layout full with TOC makes the content not centered…
I would simply want left 20% of the screen, on all screen sizes, to be a sidebar with TOC, middle 60% to be the content, and right 20% to be (empty) margin. Do not know how to achieve that.
grid:
sidebar-width: 20%
body-width: 60%
margin-width: 20%
fails on some preset in px which is not compatible with %. No combination of grid setting in pixels achieved the desired output.
I am using Quarto 1.4.554
2
Answers
simply use a 2-column layout where youa dd a right-margin of 20vw. Then you can split the remain 80vw in a "1fr 3fr" split:
Simply use a 3 column grid and don’t use the 3rd column