[Resolved] How to change the align of the floating MENU ?

Home Forums Support [Resolved] How to change the align of the floating MENU ?

Home Forums Support How to change the align of the floating MENU ?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1535066
    Robert

    Hi

    I made a normal MENU on my page on the right and a floating MENU if I scroll down my page.

    My problem is: the florating MENU is now on the left and I wanna have it on the right
    – its passible ?

    thx a lot!

    Kr
    Robert

    #1535269
    Elvin
    Staff
    Customer Support

    Hi,

    My problem is: the florating MENU is now on the left and I wanna have it on the right
    – its passible ?

    Definitely possible.

    Try adding this CSS:

    nav#sticky-navigation .inside-navigation {
        justify-content: flex-end;
    }

    Here’s how to add CSS – https://docs.generatepress.com/article/adding-css/

    #1535286
    Leo
    Staff
    Customer Support

    You can also consider using the navigation as header option without the CSS Elvin provided:
    https://docs.generatepress.com/article/navigation-as-a-header/

    #1535541
    Robert

    Thx!

    Robert

    #1536450
    Leo
    Staff
    Customer Support

    No problem 🙂

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