How can I turn off the sticky header only on mobile?

Solved

How can I turn off the sticky header only on mobile?

LinisCandy
Explorer
81 2 11

Hi 🙂

i would like to disable the sticky header only on mobile, its annoying. Could somebody help me?

Many thanks!

Link: https://linis-candy.myshopify.com/

Accepted Solution (1)

LinisCandy
Explorer
81 2 11

This is an accepted solution.

found it :

div.mobile-width.fixed-header {
position: static!important;
}

View solution in original post

Reply 1 (1)

LinisCandy
Explorer
81 2 11

This is an accepted solution.

found it :

div.mobile-width.fixed-header {
position: static!important;
}