Site logo

Archived topic

How can I set sticky header to the right?

6 replies · Started by Jenny on July 18, 2022

Viewing posts 1–7 of 7

Hello :),

how can I set the sticky-Header [while scrolling] to the right?
Can you help me with this?

Thanks a lot,
Jenny

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

This archived topic is closed to new replies.