I have added a header image to my site with:
#header_area {
background: url('my_header_image.com');
background-repeat:no-repeat;
background-position: top center;
}
My site is responsive except the Header.
Is there a way to make my header responsive?