- Posts: 33
- Thank you received: 0
Smartphone menu deeper.
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
2 years 9 months ago - 2 years 7 months ago #48773
by brandt.uwe
Smartphone menu deeper. was created by brandt.uwe
The smartphone menu opens at the top of the screen. The home button is covered. I would like the menu to be deeper, below the home button. Is that possible?
I need help. Thank you very much!
I need help. Thank you very much!
Last edit: 2 years 7 months ago by milos.
Please Log in to join the conversation.
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
2 years 9 months ago - 2 years 7 months ago #48774
by brandt.uwe
Replied by brandt.uwe on topic Smartphone menu deeper.
Link
Last edit: 2 years 7 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
2 years 9 months ago #48776
by milos
Replied by milos on topic Smartphone menu deeper.
Hello,
You can add this CSS to move the responsive menu deeper:
You can change the value of 100px if it's needed.
Regards,
Milos
You can add this CSS to move the responsive menu deeper:
Code:
.nav-collapse.opened > ul,
.nav-toggle.active {
margin-top: 100px;
}
You can change the value of 100px if it's needed.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.169 seconds