We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the theme is displayed one a small screen, a black bar appears across the top pushing the content down 64px (4em).
When the Menu button is pressed, this black bar disappears and the content is flush against the top of the viewport as shown in the video.
It seems to be related to the .nav-menu rule on line 733 of style.css which is:
style.css
.nav-menu { padding: 1em; margin-bottom: 3em; background-color: #000; }
If I disable the padding and the margin, the black bar is gone but when the menu is toggled it is offset and partially covered by the menu button.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the theme is displayed one a small screen, a black bar appears across the top pushing the content down 64px (4em).
When the Menu button is pressed, this black bar disappears and the content is flush against the top of the viewport as shown in the video.
It seems to be related to the .nav-menu rule on line 733 of
style.css
which is:If I disable the padding and the margin, the black bar is gone but when the menu is toggled it is offset and partially covered by the menu button.
The text was updated successfully, but these errors were encountered: