Home › Forums › CSS › centering divs horizontally on mobile devices › Re: centering divs horizontally on mobile devices
January 6, 2013 at 9:29 am
#120006
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.