Site logo

Archived topic

Need to make the header sticky without transform or scale effect

1 reply · Started by Sascha on November 30, 2021

Viewing posts 1–2 of 2

Hi

I try to make this site header look & behave as on this mockup.

When checking Customizer > Layout > Sticky Header I replicate the mockup.

Please help, Thanks 🙏

Sascha

Hi there,

probably better to disable the themes sticky nav and use some CSS:

.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
This archived topic is closed to new replies.