How can I expand the margins for one revealjs slide? #6595
Unanswered
eteitelbaum
asked this question in
Q&A
Replies: 1 comment
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a slide where I have two columns. First (left) column is text and second (right) column contains an image. The image looks too small in the column but then when I try to resize it, the image overflows the left margin with the text.
Is there a way to resize the margins of the slide so that the text column expands out more to the left and the image column expands more out to the right?
I tried something like this but it did not change the size of whatever margin I specified. Not sure if this is because I have the name of the slide wrong (how can I know that for sure?) or if it just doesn't work when you have columns in the slide.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions