Site logo

[Resolved] Chnage the location of menu to the right side

Home Forums Support [Resolved] Chnage the location of menu to the right side

Home Forums Support Chnage the location of menu to the right side

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2474252
    Jeena

    Hi there,

    I need help to change the location of the menu to the right side on mobile view.

    I have link photo for reference.

    Thank youMENU POSITION

    #2474255
    Leo
    Staff
    Customer Support

    Hi there,

    Does the mobile header option work for you?
    https://docs.generatepress.com/article/mobile-header/

    If not can you link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2475124
    Jeena

    Hey Leo,

    Thank you for your reply.

    I have attached my link below. I center-aligned the menu, so it looks fine on iPad and desktop, but for some reason, it looks odd so I want to align the menu on the left side.

    Please help.

    Thanks

    #2475171
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation .menu-toggle {
            text-align: left;
        }
    }

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

    #2475263
    Jeena

    Hi Leo,

    Thank you so much.

    All sorted. 🙂

    #2476035
    Leo
    Staff
    Customer Support

    No problem 🙂

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