Debut Theme - how to make the menu header sticky on home and other pages

jeromart
Visitor
2 0 0

Debut Theme - how to make the menu header sticky on home and other pages

Replies 2 (2)

PBC
Shopify Partner
17 3 9

Hi  jeromart!

Try adding this to your css file

div[data-section-id=header] {
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}

diego_ezfy
Shopify Partner
2935 562 883

@jeromart 

Please follow this tutorial, it explains in details how to achieve what you need.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.