Site icon Catch Themes

Header Image Not Responsive Across Devices

Hi, I'm having an issue with the Header image on my site being unresponsive across devices. It just stays the same regardless of device. I've tried applying the solution posted with the custom CSS from another user, however it has not worked (pasted below). URL - absolute-pants.com Can you please help? Thanks Henry .has-header-image .custom-header-media img { position: unset !important; padding-bottom: 0 !important; } @media screen and (min-width: 1200px) { .has-header-image .custom-header-media img { position: fixed !important; } } .custom-header-media { position: relative !important; } .has-header-image .custom-header { height: unset !important; }
Exit mobile version