- Posts: 21
- Thank you received: 0
Menu in mobile devices does not show submenus
-
hayatt2000
Active member -
Topic Author
- Member
-
Less
More
4 days 19 minutes ago #52007
by hayatt2000
Menu in mobile devices does not show submenus was created by hayatt2000
Hello,
When I view my site on mobile devices or small screens, the menu does not show sub-menus.
Also, the X that closes the menu appears on the first menu item. How do I move it to the left?
My site:
www.hayatt.net
Thanks.
When I view my site on mobile devices or small screens, the menu does not show sub-menus.
Also, the X that closes the menu appears on the first menu item. How do I move it to the left?
My site:
www.hayatt.net
Thanks.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6886
- Thank you received: 735
3 days 21 hours ago #52009
by milos
Replied by milos on topic Menu in mobile devices does not show submenus
Hello,
Please edit file /media/templates/site/museum/css/custom.css and around line 471 change this:
to this:
Regards,
Milos
Please edit file /media/templates/site/museum/css/custom.css and around line 471 change this:
Code:
.nav-toggle {
float: none;
background-size: 36px 72px;
width: 36px;
height: 36px;
}
to this:
Code:
.nav-toggle {
float: none;
background-size: 36px 72px;
width: 36px;
height: 36px;
left: 10%;
right: auto !important;
}
Regards,
Milos
The following user(s) said Thank You: hayatt2000
Please Log in to join the conversation.
-
hayatt2000
Active member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
3 days 18 hours ago #52010
by hayatt2000
Replied by hayatt2000 on topic Menu in mobile devices does not show submenus
Thank you so much.
Please Log in to join the conversation.
-
hayatt2000
Active member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
3 days 17 hours ago #52012
by hayatt2000
Replied by hayatt2000 on topic Menu in mobile devices does not show submenus
Thanks. That removed the X to the right place.
But still, the menu does not show the submenu items. Only the main ones.
But still, the menu does not show the submenu items. Only the main ones.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6886
- Thank you received: 735
3 days 2 hours ago #52015
by milos
Replied by milos on topic Menu in mobile devices does not show submenus
Please Log in to join the conversation.
-
hayatt2000
Active member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
3 days 39 minutes ago #52017
by hayatt2000
Replied by hayatt2000 on topic Menu in mobile devices does not show submenus
I've tried it on my phone, and it does work.
Only on my computer, it does not show the submenus, not sure why.
Thanks.
Only on my computer, it does not show the submenus, not sure why.
Thanks.
Please Log in to join the conversation.
Time to create page: 0.111 seconds