Archived topic
How can I set sticky header to the right?
6 replies · Started by Jenny on July 18, 2022
Hello :),
how can I set the sticky-Header [while scrolling] to the right?
Can you help me with this?
Thanks a lot,
Jenny
Hi Jenny,
Can you provide the specific page where horizontal scrolling is possible?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon.
Shure :)
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.main-navigation.is_stuck .menu-bar-items {
margin-left: auto;
margin-right: 40px;
}
}
.has-menu-bar-items button.menu-toggle {
text-align: right;
margin-right: 20px;
}
Thank you David, that was great. :)
🙂
Glad to be of help