I am trying to make the header background image change its size to suit tablets and mobiles but I can’t find any css for the image – can anyone help?
Edit: I have set it so the background image changes to a colour for now. The website is at http://www.artisan10.co.uk/
Hi Artinet!
Hmm, not sure if that is going to be feasible or not.
You can play around with the background-size and background-position like so.
.header_bg, .header-bg { background-size: cover !important; background-position: center center !important; }
But since your image has text on it I don’t think that’s going to look good.
Regards,
Elliott
Hi Elliott
That’s great, thank you! Now I know which css to use I’ve been able to change the image to a second one that’s more suitable for mobile viewports.