Skip to content

How can I disable vertical centering? #3069

Answered by hakimel
AhmedThahir66 asked this question in Q&A
Discussion options

You must be logged in to vote

You can align your content to the top by setting the center config option to false.

Reveal.initialize({
  center: false
})

Here's an example with centering disabled: https://revealjs.com/demo/?center=false

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hannenz
Comment options

@hakimel
Comment options

@agneym
Comment options

Answer selected by hakimel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #3068 on November 17, 2021 08:42.