Added a background image to header but it's not showing on mobile view

I added a background image to the header section with code and changed the height, and it’s working great on desktop but on mobile view the image doesn’t show at all. Is there a way to get it to work on mobile as well? See below screenshots of desktop and then how it’s appearing on mobile:

I’m using the Dawn theme

My store link is www.cozytown.store

Hi @Cozytown

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

header.header.header–middle-center.header–mobile-center.page-width.header–has-menu.header–has-localizations {

background: url(/cdn/shop/files/wide_banner.png?v=1712235270) no-repeat;

background-position: center;

object-fit: cover;

background-size: cover;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hey Henry!

I appreciate that but unfortunately that didn’t fix it