I´m making a prestashop store and I already include one image into the header bur the image isn´t responsive. How can I make de image responsive?
Look the code of the header image:
header {
z-index: 1;
position: relative;
background: #FFF url('http://s23.postimg.org/ha3x2zf23/header_image1_sized.jpg')!important;
padding-bottom: 100px; }
Anyone can help me to change the code to put a responsive image in header?
Thanks