[Resolved] Location of Menu and Search on Mobile

Home Forums Support [Resolved] Location of Menu and Search on Mobile

Home Forums Support Location of Menu and Search on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258748
    metcomllc@aol.com

    Is it possible “On Mobile” to have the search on the right and the menu on the left?

    #1259138
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Additional CSS – remove this:

    #mobile-header .inside-navigation {
        display: flex;
        flex-direction: column;
    }

    And add this:

    #mobile-header .inside-navigation {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main-navigation .mobile-bar-items {
        order: 4;
    }
    #1259493
    metcomllc@aol.com

    That worked. Thanks for the excellent support!

    #1260774
    David
    Staff
    Customer Support

    Glad to be of help

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