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.
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?
Please share your store URL so I can check
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;
}
}