Site logo

Archived topic

the location of the menu on sticky header [Edited]

4 replies · Started by Jusung on July 29, 2022

Viewing posts 1–5 of 5

hello.
when you see my website, you can see that I have added the sticky header.

However, the location of the menu on sticky header is on left side.
I want to put the menu on the right side.

The sticky menu is on the left side now.
I want to put it on right side.
Please help

Hi there,

try adding this CSS:

.main-navigation.is_stuck #primary-menu {
    margin-left: auto;
}

Thank you!

It has been resolved now!

Glad to hear that

This archived topic is closed to new replies.