Making header sticky when scrolling both up and down

Hello, is there a way to make the header sticky when scrolling both up and down? Currently when enabling sticky header in the header section, it’s only sticky when scrolling down.

Hello @User1911

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
    position: fixed !important;
    width: 100% !important;
}