Site logo

Archived topic

Sticky Menu position

5 replies · Started by Forum User on May 12, 2021

Viewing posts 1–6 of 6

Hello,

i use the sticky menu option. My main navigation is right aligned but the sticky navigation moves to the left.

Thanks much, Kai

Hi there,

odd one - try adding this CSS:

.main-navigation .inside-navigation {
    justify-content: flex-end;
}

Hi, thanks much. That´s works. I need a little space on the right for aligning with standard menu.

Try adding this:

#sticky-navigation .inside-navigation {
    padding-right: 10px;
}

that's working. Thank you so much!

You're welcome

This archived topic is closed to new replies.