In a book, how do I remove the sidebar & scale the visualisations? #9837
Replies: 2 comments 1 reply
-
Why do you have book and website configuration in your Books uses the sidebar (left) as default and as far as I know as the only possible navigation. That's the book project design. You cannot disable something that is not there in the first place. Regarding your question about layout: |
Beta Was this translation helpful? Give feedback.
-
I switched to use this format:
revealjs: {theme: solarized, navigation-mode: vertical, transition: slide, background-transition: fade, incremental: true}
html:
toc: true
toc-depth: 4
theme: "cosmo"
page-layout: article
project:
type: book
book:
chapters: [index.qmd]
author: "Mario Gintili - @shellandbull on Github"
page-navigation: false
navbar: false
sidebar: false |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello peeps!
You can find the quarto code for my issue here and the output here
I'd like to remove the navbar on the left hand side and make the visualisations scale to the width of its container so the user doesn't have to deal with overflowing issues by scrolling
my
_quarto.yml
looks like this currently:And here's a few images for reference
Beta Was this translation helpful? Give feedback.
All reactions