-
Notifications
You must be signed in to change notification settings - Fork 180
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
THREE LINES NOT SHOWING #7
Comments
Hi, did you find the answer to your issue? I have the same concern. I did exactly what has been shown yet I the toggle bar is still now showing. |
Having the same issue right now |
Currently facing this issue right now |
Well, I just copy-pasted the source code until on the three lines only so I won't spoil what I'm doing lol. The 3 lines are now showing. |
This happened to me too. My error was in the first one. Makes sure there is a space in between toggle and .bar from both of these: #mobile-menu.is-active .bar:nth-child(1) { #mobile-menu.is-active .bar:nth-child(3) { |
thank you |
did your toggle work cos mine didn't, although its showing but it isn't toggling |
Mine also. Did you find a solution to yours? |
I have been down since after just getting back on my feets today that is
why I am able to write here. But I did not succeed and will try out more.
Did you succeed on your path?
…On Wed, 20 Apr 2022, 17:22 MrcoPierre, ***@***.***> wrote:
Hi, did you find the answer to your issue? I have the same concern. I did
exactly what has been shown yet I the toggle bar is still now showing.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQGKAT632VGDPOUJNFA7ATVGAVMLANCNFSM5JOGKK4A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
At the first navbar__toggle .bar, make sure there is a dot, not a hashtag before navbar! It should look like this Then the lines will show! And if it's not showing the menu, make sure there is a dot instead of a colon at .navbar__menu.active I changed this and now it works! |
i was missing the px on the line: @media screen and (max-width: 960px) { |
Paste the code i give you in the media query for 960px ` /Focus on navbar bars we make with span/
#mobile-menu .bar {
/*Issue is becasue of the trasnsition the three lines are justshow the animation and get rid of that */` |
I have tried all the above and no changes. I also have the logo shifting over to the right when the size of the screen gets smaller. my css below" `* { .navbar { .navbar__container { #navbar__logo { .fa-gem { .navbar__menu { .navbar__item { .navbar__links { .navbar__links:hover { @media screen and (max-width: 640px) { .navbar__menu { .navbar__menu:active { .navbar__toggle .bar { .navbar__toggle { .navbar__item { .navbar__links { #mobile-menu { .navbar__toggle .bar { #mobile-menu.is-active .bar:nth-child(2) { #mobile-menu.is-active .bar:nth-child(1) { #mobile-menu.is-active .bar:nth-child(3) { } |
yes, it wasn’t working for me too, i sat and stared and compared the code. there were no errors, an error i found in mine was the space bar in the "toggle .bar" MAKE SURE YOU HAVE SPACE. another thing i screwed up is i forgot to put .navbar in one of the lines. but i fixed it and now the lines work... make sure you have:
instead of
|
this is my source code ....i don't know where i went wrong the three lines ain appearing at all *{ .navbar__container{ .fa-gem { .navbar__menu { .navbar__item{ .button:hover{ } @media screen and (max-width: 960px) {
.navbar__links{ #mobile-menu{ .navbar__btn{ } } } #mobile-menu.is-active .bar:nth-child(2) {
} |
No description provided.
The text was updated successfully, but these errors were encountered: