How can I insert a fixed header while scrolling?

hello everyone, who can help me insert the fixed header both when scrolling down and up … I can’t set it in any way (teme ride)

Hi @Alessioroma
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

#shopify-section-header {
position: sticky;
transform: translate(0)!important;
}
1 Like

Thanks friend!

Thanks friend!!!