Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #695999

    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

    • This topic was modified 8 years, 1 month ago by Rikard.
    #696281

    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

    #696361

    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.

    #696477

    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

    #696503

    Thanks, this was the final puzzle to solve this problem!

    #696833

    Hi,

    Great, glad you got it working :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main menu has logo centered, though it's off on mobile’ is closed to new replies.