Site logo

[Resolved] mobile menu center

Home Forums Support [Resolved] mobile menu center

Home Forums Support mobile menu center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2578331
    Urs

    Hi,
    My mobile menu is not in the center after the last update.

    #2578670
    David
    Staff
    Customer Support

    Hi there,

    that is odd – nothing has changed in the last update.
    If you have any cache plugins or server side caches can you try clearing those.

    If that fails, then try adding this CSS:

    #site-navigation .menu-toggle {
        flex-grow: 1;
    }
    #2578735
    Urs

    Thank you. The CSS does work, but not for the sticky navigation. I have tried and disabled all plugins, still the same problem.

    #2579065
    David
    Staff
    Customer Support

    Try this CSS instead:

    .main-navigation .menu-toggle {
        flex-grow: 1 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.