When using the dawn theme, I opened the base.css and under .header.page-width I added:
padding-top: 40px;
Then, under /* section-announcement-bar */ I added:
position: fixed;
width: 100%;
left: 0;
top: 0;
That made my announcement bar sticky just like my header, and the announcement bar doesn’t cover the header on desktop.
But when I switch to mobile, the sticky announcement bar covers the sticky header. How do fix this? I searched and tried many solutions, but none have worked.
solana