[Resolved] Mobile menu set to the right

Home Forums Support [Resolved] Mobile menu set to the right

Home Forums Support Mobile menu set to the right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1614624
    Kle

    Hi there,

    I want to have the burger menu on mobile on the right side but no matter what I do in the customizer stays on the left.

    Can you please take a look at my site? I’ll leave the info in this post.

    Thank you.

    #1614755
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this CSS a shot?

    @media (max-width: 768px) {
        body.nav-aligned-right .main-navigation.nav-align-right .inside-navigation {
            justify-content: flex-end;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1614811
    Kle

    Hi Leo,

    Thank you very much, worked perfectly.

    #1614816
    Leo
    Staff
    Customer Support

    No problem 🙂

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