Smartphone menu moveable.

More
2 years 9 months ago #48779 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!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
2 years 9 months ago - 2 years 9 months ago #48784 by milos
Replied by milos on topic Smartphone menu moveable.
Hello,

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: 2 years 9 months ago by milos.

Please Log in to join the conversation.

Time to create page: 0.225 seconds
Powered by Kunena Forum