[Resolved] In the head of the mobile how can I put navigation left?

Home Forums Support [Resolved] In the head of the mobile how can I put navigation left?

Home Forums Support In the head of the mobile how can I put navigation left?

  • This topic has 5 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #867781
    hernan

    Good Morning!!
    In the head of the mobile how can I put navigation left?
    mobile

    #867817
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    #mobile-header>.inside-navigation {
        flex-direction: row-reverse;
    }
    #mobile-header .site-logo {
        margin-right: 1em !important;
        margin-left: auto;
    }
    #867856
    hernan

    Great, it worked!!! Thank you!!!
    One more query.
    In mobile the menu is displayed on the right. How do I make it unfold to the left?Mobile2
    Thank you very much for your help

    #867857
    David
    Staff
    Customer Support

    You can change which side it opens in the Customizer > Layout > Slideout Navigation

    #867954
    hernan

    Problem solved!!! Thank you very much for your help David!

    #867957
    David
    Staff
    Customer Support

    Glad to be of help

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