How to fix a static header overlapping on mobile?

Hello,

My static header overlaps the top of each page and cuts off a part of it. This is only on mobile.

Please advise.

Thanks

Hi @rfc_Char
I’m happy to be able to help you and thank you for your question.
Please share your store URL, page URL, and also password (if your store has one) so we can help you.

Thank you for your help. The website is reFORESTCollection Any advice or assistance would most appreciated.

rfc_Char

hi @rfc_Char I see the header works normally.
But if you want to remove sticky you can try to add this code to below of the file theme.css

@media screen and (max-width: 749px){
#shopify-section-header {
position: initial!important;
}
#PageContainer {
    padding-top: 0!important;
}
}

Hello Micheal,

Thank you for checking but if you check on mobile the header overlaps the collection image. It covers the top portion and makes the alignment off. I would like it to not cover the top part of image at top of page.

Please advise.

Char

I think the issue is actually with the shipping bar. When the shipping bar loads it pushes down the header to overlap the image. Thoughts?