Center header
#394
-
Hello! How can we center a header? Thanks a lot for Marp! |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Dec 17, 2022
Replies: 1 comment
-
<style>
header {
right: 30px;
text-align: center;
}
</style> When using Related: #47 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pothitos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
default
theme, the header has the anchored positioning only to the left. By adding it to the right, the header element will become having full width andtext-align: center
will be working within that.Related: #47