Home › Forums › CSS › CSS looks right, but img not responsive › Re: CSS looks right, but img not responsive
June 16, 2013 at 1:01 am
#138873
Participant
The above information won’t completely fix it.
The answer you are really looking for involves the .pageheader CSS styling.
Change the width: 960px; to 100%, then set a max-width: 960px; on the pageheader class. Then it will scale correctly, currently the main issue is you are using a fixed width div in a responsive site which is not going to flex.