How do I align headers inside of columns Revealjs #7787
-
DescriptionWhen I render this the Cats column is slightly ajar to the right how do I adjust so it is left aligned similar to the dogs column ---
title: "test"
format: revealjs
---
## Title here
:::: {.columns}
::: {.column width="50%" .fragment}
### Dogs
- likes bones
- 4 legs
:::
::: {.column width="50%" .fragment}
### Cats
- likes fish
- 4 legs
:::
::::
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Use CSS. There are several examples of CSS customisation in other threads. |
Beta Was this translation helpful? Give feedback.
-
I inspected the headers and they seems to be in the div columns though this rule did not fix the problem.:
Instead I adjusted the h3 tag directly and that seemed to work.
Does anyone know what div to change? |
Beta Was this translation helpful? Give feedback.
Why did you not target the element highlighted by the inspect mode?
Screen.Recording.2023-12-04.at.21.49.56.mov