Skip to content

Make header image narrower? #2673

Answered by mmistakes
ternaus asked this question in Q&A
Discussion options

You must be logged in to vote

No and yes.
The headers are designed to expand to fill the width of their parent.
If you want to alter that then you need to be comfortable with CSS and restyle them to not do that.

You could take .page__hero, give it a max-width and then center it with margin-left: auto; and margin-right: auto;, similiar to what is done with the #maincontent container.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #2673 on December 09, 2020 13:41.