Hey, I have searched everywhere and tried older “solutions” and codes to no avail.
I am just trying to get the header and announcement bar to both stay sticky without them overlapping during scrolling.
The domain is adornmens.com
I am just trying to get the header and announcement bar to both stay sticky without them overlapping during scrolling.
The domain is adornmens.com
Hello @AdornMens
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Hey the site access password is : ShopifySteph
Both S are uppercase
Domain is adornmens.com
Thanks in advance
Wrong password!
Can you check again
Sorry. It should work now, that is my fault.
.section-header {
top: 40px !important;
}
Perfect! and i appreciate how quick you got back to us. Thank you
Glad to help you. Have a good day.
While we are here, i figured i’d ask. There is a slight overlap on mobile when scrolling. Can you recommend any css for that ?
@media only screen and (max-width: 750px) {
.section-header {
top: 53px !important;
}
}
Can you add more this code @AdornMens
Hello I added the code, but it is still overlapping.