Skip to content
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

Open
rasklof opened this issue Mar 28, 2016 · 5 comments
Open

GK Theme Mobile Nav Bar #58

rasklof opened this issue Mar 28, 2016 · 5 comments

Comments

@rasklof
Copy link

rasklof commented Mar 28, 2016

Hi,

Is there a way to hide (delete) the nav bar on mobile device ?

Kind Regards

@dziudek
Copy link
Contributor

dziudek commented Mar 29, 2016

Hello,

Please try to use code like below:

@media (max-width: 640px) {
   #masthead {
      display: none;
   }
}

@rasklof
Copy link
Author

rasklof commented Mar 29, 2016

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

Den 29. mar. 2016 kl. 19.52 skrev Tomasz Dziuda [email protected]:

Hello,

Please try to use code like below:

@media (max-width: 640px) {
#masthead {
display: none;
}
}

You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

@dziudek
Copy link
Contributor

dziudek commented Mar 30, 2016

Please put this code at the end of the style.css file inside the theme directory.

@rasklof
Copy link
Author

rasklof commented Mar 30, 2016

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

Den 30. mar. 2016 kl. 17.15 skrev Tomasz Dziuda [email protected]:

Please put this code at the end of the style.css file inside the theme directory.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

@dziudek
Copy link
Contributor

dziudek commented Mar 31, 2016

Please visualize what do you want to achieve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants