Replies: 1 comment 8 replies
-
Why are you setting the Also, please read carefully the documentation:
I also cannot reproduce your issue, see fully reproducible examples below using 1.6. Which Quarto version are you using?
project:
type: website
website:
title: "Website"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
grid:
margin-width: 350px
---
title: "Website"
---
{{< lipsum 1 >}}
{{< lipsum 1 >}}
::: {.column-margin}
{{< lipsum 1 >}}
::: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am creating a personal blog and would like to use the margin for citations and references. When I include components in the margin, the body shifts left. How can I fix the position of the body so that it doesn't shift when moving between pages with and without margins? I have tried editing the page layout options in the sitewide
_quarto.yml
file and in the.qmd
file (see below)._quarto.yml
:test.qmd
:Beta Was this translation helpful? Give feedback.
All reactions