I now have the image in the background, the major problem is, the image doesn't appear to be responsive. How can i add this image to the header as shown on the picture above in such a way it looks the same on every screen size and device.
This is unfortunately not possible. Only images that are coded in the files with html tags are responsive. But images that are css background can't be responsive because it is not possible to assign "scale with grid" class for them.
Comments
Thanks for understanding.