Tagged: mobile menu
Hi, I have edited my main menu with the code I’ve found on one of your topics (https://kriesi.at/support/topic/main-menu-with-centered-logo-and-navigation-left-and-right/)
So it looks the way it should look when you open it on desktops. Though the mobile menu is a bit of a mess, how can this be solved? The problem is shown on the printscreen with the following link: http://prnt.sc/cqhwsz
Hey Mitchell,
Thanks for reaching out to us!
Trying placing the code you added from the post between the following “{}“, replacing //Place code here in the code below:
@media screen and (min-width: 800px) {
//Place code here
}
Best regards,
Jordan
Hi,
I have added your code and it works up until a certain point. When you shift the screen somewhere between 785 – 980 pixels it goes back to the faulty lay-out. I tried playing around the min-width pixels, though the same results happen with different width.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#mobile-advanced li {
right: 0!important;
}
Best regards,
Vinay
Thanks, this was the final puzzle to solve this problem!