Forums

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

Home Forums CSS centering divs horizontally on mobile devices Re: centering divs horizontally on mobile devices

#120006
chrisburton
Participant

You set the width to 990px which won’t work on mobile as it’s much wider than a typical mobile viewport. You could try `max-width` but I would use media queries.