Site logo

Archived topic

How to change the align of the floating MENU ?

4 replies · Started by Robert on November 17, 2020

Viewing posts 1–5 of 5

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

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/

Thx!

Robert

No problem :)

This archived topic is closed to new replies.