Forums

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

Home Forums Design Responsive Design Not Being Responsive! Reply To: Responsive Design Not Being Responsive!

#263316
JeroenR
Participant

It is because of the set width on the .content.
Change .page-id-9 .content width: 1200px for example to max-width: 1200px, and also for .content change width: 600px for example to max-width: 600px. Then it will work.