Skip to content
Discussion options

You must be logged in to vote

You'll probably want to move the side menu down below the top navbar so that the hamburger icon is still visible when the menu is expanded. That way the user can close the menu easily. This means that making this change in custom.css can be a little challenging because you need to know the height of the top nav to push the menu beneath it, and you can do that with CSS custom properties if you want, but it's easier to just edit the layout.scss file where the $navbar-height variable is already available.

In content/_assets/styles/layout.scss around line 107 (in the current version) you'll find the first lines of the declaration for .quire__secondary that look like this:

    .quire__secondar…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@daniel-keller
Comment options

@fullerpault
Comment options

Comment options

You must be logged in to vote
1 reply
@fullerpault
Comment options

Answer selected by fullerpault
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
Labels
None yet
4 participants