Archived topic
Sticky navigation align
3 replies · Started by Radek on October 19, 2020
Hi, on my fresh new site (link at private section) I´v got merged header with navigation floating right. I enabled sticky navigation, but there navigation is align on left side. Is it some bug ar its normal and for right alignment I must use some custom CSS ? Thax a lot for You help. Radek
Hi there,
Usually there would be a logo uploaded which would solve the issue.
Can you try this option as a workaround first?
https://docs.generatepress.com/article/navigation-as-a-header/
If not you can also use this CSS to fix it:
.main-navigation.navigation-stick .inside-navigation {
justify-content: flex-end;
}
Hi Leo, Navigation as a header works fine ;)
Thanx for quick help.
No problem :)