- Priority: 0
- Status: Closed
- Theme: Alysum
-
Assigned To:
Fred
- Private: No
- Open Date: 11.06.24, 12:24
- Opened by: Fabrice Druart
- Closed by: Anonymous Submitter
- Closed on:
- Reason: Not a bug
Ticket #25599 - Mobile menu different from PC menu
Hello,
I don’t understand why my menu list on pc is different from the one on mobile. For example, on pc the “Outlet” submenu appears at the end but not on the mobile menu. How can I display the “outlet” at the end on mobile?
Comments
I have enabled mobile menu on desktop and see the same menu, the only difference is in "Outlet" item order https://take.ms/I5xyc
Thank you for your reply. I would just like the outlet to be at the end of the menu like in the pc version. I don't see where I can change this
The issue has been fixed. Please test to confirm the change
Hello,
There is an urgent problem on the mobile menu. It is no longer possible to remove the menu on certain phone formats.
Quand on arrive sur le site web. Le menu mobile s'ouvre directement et sur cet iphone on ne sait pas l'enlever
Attachments:
In ENGLISH : When you get to the website. The mobile menu opens directly and on this iphone you can't remove it.
I've fixed the problem of the window that opens directly when you arrive on the site. The problem is that I had to remove two lines of code that you put but the outlet is no longer at the end of the menu. Here's the code you put in:
@media (max-width: 1024px) {
}
Here's the code I had to correct:
@media (max-width: 1024px) {
}
Is there any other way of putting the outlet menu at the bottom of the menu without it appearing as soon as you enter the site?
Yes, my bad, sorry. I didn't check that before applying the fix.
Please try updated css solution
Thanks for your answer, it's better now.
I have a problem with the menu on mobile, as you can see on the screenshot. When I click on a submenu, the display puts a big white area. I've tried to delete the photos that were in my menu, but they're still displayed.
Can you tell me what the problem is? Many thanks to you
Attachments:
The problem come from this code : /*
@media (max-width: 1024px) {
}*/
I have enable it and i don't have the problem but the outlet is not in the end of the menu
Another part seems to be missed