Navbar still showing in mobile #27
-
Hi, I noticed that the navbar is still showing at the bottom when using the mobile version. I checked the showcase sites and they are both working fine. Is there a config that I need in order to hide the navbar when mobile version is loaded and at the top most of the page (I'm expecting to only see logo and background image)? Not sure if I explained it well. I can send a screen capture/recording if you want. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, both sites use custom SCSS (see CUSTOMIZING docs) with the following lines (from the exemplary osprey-delight/assets/sass/_custom.scss Lines 35 to 42 in 9b1fea2 I'd suggest to follow the instructions in the docs, copy over the lines (without comment chars If you like the project, feel free to give it a star! Helps others finding it better. |
Beta Was this translation helpful? Give feedback.
Hi,
both sites use custom SCSS (see CUSTOMIZING docs) with the following lines (from the exemplary
_custom.scss
file):osprey-delight/assets/sass/_custom.scss
Lines 35 to 42 in 9b1fea2
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.