I recently incorporated a header image on my website using the following code:
#header_area {
background: url('my_header_image.com');
background-repeat: no-repeat;
background-position: top center;
}
Although my website is responsive, unfortunately the header is not.
Is there a method to make the header responsive as well?