Hi There,
Please I need help !!
I made some modification on the header and I noticed that the main image overwrites the announcement bar. Can anybody help me with the code I need to change ?
Thank you in advance.
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
#shopify-section-template--15143761674435__image_banner { margin-top: 1px;}
}
@media screen and (min-width: 750px) {
#shopify-section-template--15143761674435__image_banner { margin-top: 14px;}
}
Thanks!
It works on desktop but not on mobile, I can’t change the color of the bar in my editor.
Thank you soo much for your help.
Try this css class
@media screen and (max-width: 749px) {
.banner__media.media {
position: absolute;
top: -66px !important;
}
}