Hello,
I’m currently using a dawn theme
I had a sticky header overlapping with #MainContent on product page.
But at some point it started not to work…
I’m not sure what is triggering the sticky header to not work.
I’m trying to apply this same option on my homepage as well.
Can anyone please help?
This is the code I have in Theme.liquid before
screenshot below for reference,
{%if template contains 'product'%} .header-wrapper.gradient{ background:transparent !important; } .scrolled-past-header .header-wrapper.gradient{ background:#ffffff!important; } #MainContent{ margin-top:-60px!important; } {%endif%}

