Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS looks right, but img not responsive Re: CSS looks right, but img not responsive

#138873
scottnix
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.