Why is my mobile announcement bar hiding my navigation buttons?

The announcement bar on mobile covers my header which includes the navigation buttons on the site. Unable to see cart or navigation buttons because the announcement bar is covering them.

https://pecosoutdoor.com/products/the-pecos-table/

Hi @LukeY1

Please add this code to your theme.liquid file before tag


Hi Dan-From-Ryviu

Sadly this is not working for my Craft theme, it’s hiding my logo and menu.
Is there other way around this please?

Hi @GiudFabri123

Please share your store URL so I can check

https://www.scanditure.com/

Hey, hope all is well.

Any luck pls?
On mobile you can’t see the logo unless you scroll down

let me know, thank you!
Preview

Please add this code to theme.liquid file, after

@media (max-width: 749px) {
    html .header {
        padding-top: 52px !important;
    }
}