I designed a header variant that has three visible elements:
Background image with a slide black tint, that has a max-width which matches the width of the site’s wrapper
The page name, which is overlaid onto the background image
A label, set in smaller font, that is above the page name but that is still overlaid onto the background image
For some reason, the page name refuses to be constrained atop the background image any longer (it used to work). In addition to this, it looks like my image width isn’t reducing for mobile. It’s rendering accurately, but when I mouseover in designer mode, I can see that image crop is hanging off the viewport.
On mobile version, set the header background image positioning to absolute - this will return your heading to the correct position. Having said that, you are likely to experience other layout issues here due to the fact that there are a lot of positioning and size elements set which are not really required, over-complicating what should be a simple layout. Perhaps check out some of the tutorials on Webflow’s YouTube channel to help get you started. Hope this helps.