-
DescriptionI'm using the full HTML layout to make the rendered text a bit wider. I also like the title block banner. Therefore, I include the following options in my YAML header: ---
title: "Hello Quarto!"
format:
html:
page-layout: full
author: Some Random Person
published: 2023-11-14
title-block-banner: true
---
## First section
This is just some sample text to demonstrate how it gets rendered using the full HTML page layout.
It's a little wider than the default layout, so more text fits on a page! Now my problem is that the banner fields are not aligned with the main text, i.e. the left border seems to be at the regular (as opposed to full) layout position. How can I make the banner fields full width? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Either modify the title bloc partial (see https://quarto.org/docs/journals/templates.html) or modify the CSS rule (use your favorite browser inspect/developper mode to know what to target). Note that using the latest version (pre-release) you don't get the output of your screenshot. |
Beta Was this translation helpful? Give feedback.
Either modify the title bloc partial (see https://quarto.org/docs/journals/templates.html) or modify the CSS rule (use your favorite browser inspect/developper mode to know what to target).
Note that using the latest version (pre-release) you don't get the output of your screenshot.