- Posts: 33
- Thank you received: 0
Smartphone menu moveable.
-
brandt.uwe
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
3 years 10 months ago #48779
by brandt.uwe
Smartphone menu moveable. was created by brandt.uwe
Hello, thanks for the great help. I have one more request. The smartphone menu is fixed in position when scrolling after opening. I do not want the smartphone menu to be fixed. Is it possible that I can move the menu up and down with my finger?
I think I have it the way I need it then.
Thank you very much!
I think I have it the way I need it then.
Thank you very much!
Please Log in to join the conversation.
3 years 10 months ago - 3 years 10 months ago #48784
by milos
Replied by milos on topic Smartphone menu moveable.
Hello,
You can add this CSS:
but the menu will not be on the top of the screen. Also, you will need to move the close button down, with this:
Regards,
Milos
You can add this CSS:
Code:
.nav-collapse.opened > ul {
position: absolute;
width: 90vw;
}
but the menu will not be on the top of the screen. Also, you will need to move the close button down, with this:
Code:
.nav-toggle.active {
position: absolute;
margin-top: 180px;
}
Regards,
Milos
Last edit: 3 years 10 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.138 seconds