-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GK Theme Mobile Nav Bar #58
Comments
Hello, Please try to use code like below: @media (max-width: 640px) {
#masthead {
display: none;
}
} |
Hi, thank you for quick reply. Do I need to replace og just add this code and is it right to do so here (view attached screenshot). If not will you please be so kind to direct me to where I need to alter this code ? Kind regards Mvh. Rikke-Louise Askløf
|
Please put this code at the end of the style.css file inside the theme directory. |
Thank you very much for good support. Unfortunately it is not working 😕. I’ve tried to force it with different codes but nothing seem to work so far. One last thing, is there a way to change the spacing between the header, the menu and the post portfolio in the css ? Kind regards
|
Please visualize what do you want to achieve. |
Hi,
Is there a way to hide (delete) the nav bar on mobile device ?
Kind Regards
The text was updated successfully, but these errors were encountered: