Skip to content

Right align header #47

Answered by yhatt
jtppragg asked this question in Q&A
Nov 25, 2020 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

For default theme:

header {
    left: auto;
    right: 30px;
}

or

header {
    right: 30px;
    text-align: right;
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by yhatt

This comment was marked as off-topic.

@yhatt

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants