Site logo

[Support request] how can I make the mobile navigation at the right side?

Home Forums Support [Support request] how can I make the mobile navigation at the right side?

Home Forums Support how can I make the mobile navigation at the right side?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2402553
    eran

    Hi,
    How can I make the mobile navigation on the right side of the screen?

    #2402936
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this CSS a shot?

    .main-navigation.toggled .main-nav li a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-right: 20px !important;
    }

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

    Let me know 🙂

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