[Resolved] the location of menu on mobil menu

Home Forums Support [Resolved] the location of menu on mobil menu

Home Forums Support the location of menu on mobil menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2333211
    Jusung

    If you see this site on mobile device, you can see the menu.
    there are 5 menu, but the location of first menu is different from the other 4 menu.
    I don’t know why this is happening.

    Could you explain why this happens and how to fix it?

    Thank you!

    #2333305
    David
    Staff
    Customer Support

    Hi there,

    in the Customizer > Additional CSS you have this:

    .main-navigation:not(.slideout-navigation) .main-nav ul li:first-child a {
        padding-left: 0;  
    }

    Move that into a Destkop @media query so it looks like:

    @media(min-width: 769px) {
        .main-navigation:not(.slideout-navigation) .main-nav ul li:first-child a {
            padding-left: 0;
        }
    }
    #2333326
    Jusung

    Thank you!

    it has been resolved!

    #2333710
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.