Skip to content

Navbar still showing in mobile #27

Answered by kdevo
meetmarvin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

both sites use custom SCSS (see CUSTOMIZING docs) with the following lines (from the exemplary _custom.scss file):

// Show navbar only after scroll on mobile
/*
nav {
@media (max-width: $mobile-breakpoint) {
opacity: 0;
}
}
*/

I'd suggest to follow the instructions in the docs, copy over the lines (without comment chars /* and */) and you should be good to go.

If you like the project, feel free to give it a star! Helps others finding it better.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by meetmarvin
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