-
DescriptionFor context, my use case is trying to duplicate a theme from a Jekyll website as close as possible. One element of that is making the navbar and body of the page the same width. The Quarto docs don't seem to have anything along those lines, but perhaps there is a way to do it with the theme options or Sass variables? This was the closest question I saw related to my question #5489 - but I'm curious if there's a way to do this with just theme options or Sass variables rather than a fully custom css. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think you can as the navbar is part of the envelop so not much customisation from Quarto directly, but note that sass variables, etc. are "all" described in the documentation:
Beyond those, it's Bootstrap and (S)CSS. |
Beta Was this translation helpful? Give feedback.
I don't think you can as the navbar is part of the envelop so not much customisation from Quarto directly, but note that sass variables, etc. are "all" described in the documentation:
Beyond those, it's Bootstrap and (S)CSS.
You can use your favourite browser inspect/developer mode to target to the proper elements.