Site logo

Archived topic

Main navigation (nav.alignment: center) not centered in sticky navigation

3 replies · Started by Judith on March 23, 2022

Viewing posts 1–4 of 4

Hi there,
I have already searched for answers here in the forum, but unfortunately I have not found anything yet.

The problem: the centered main navigation (Navigation Alignment: center) is not centered but right-aligned after scrolling in the sticky navigation. I would like the main navigation to stay centered.

We have made the secondary navigation sticky as well. But that doesn't seem to be the problem (at least I think so). If I disable the corresponding snippet, the main navigation stays in the sticky nav, right-aligned.

Any tips for a solution would be greatly appreciated.
(See Link to website in private area)

Best, Judith

Hi there,

try adding this CSS:

#primary-menu {
    flex: 1 0 100%;
}

YES! Thank you very much, David! That helped :)
Your support is terrific!

Have a nice day!
Best, Judith

Glad to be of help ! And have a nice day too :)

This archived topic is closed to new replies.