How to fix the announcement bar overwriting main image in Dawn theme?

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.

@Thedd

Please share your store URL.

Thanks!

@dmwwebartisan

Link : https://daydreams-store.com/

Password : flowsk

Thank you for your help !

@Thedd

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!

@dmwwebartisan

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.

@Thedd

Try this css class

@media screen and (max-width: 749px) {
.banner__media.media {
    position: absolute;
    top: -66px !important;
}
}

@dmwwebartisan

It works very well.

Thank you very much