[Resolved] Buttons' location in mobile navigation

Home Forums Support [Resolved] Buttons' location in mobile navigation

Home Forums Support Buttons' location in mobile navigation

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #583536
    Rolandas

    I tried. But I really do not know how.
    Maybe the problem is not cache?
    If I turned OFF Mobile Header (Customize > Layout > Header > Mobile Header OFF) navigation logo is OK, but searh button on mobile view is not (menu button shoud be on the right ant search button on left)

    #583653
    David
    Staff
    Customer Support

    Hi you can try this CSS to re-order the mobile navigation:

    @media (max-width: 768px) {
        .main-navigation .inside-navigation {
            display: flex;
        }
        .main-navigation .inside-navigation .mobile-bar-items {
            margin-left: auto;
        }
    }
    #583885
    Rolandas

    Thank you

    #583950
    David
    Staff
    Customer Support

    You’re welcome. Glad we could help.

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