Forums

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

Home Forums CSS Mobile page width. Reply To: Mobile page width.

#282310
Shikkediel
Participant

The style has fixed widths defined in the media queries (on line 124 of responsive.min.css):

@media only screen and (min-width:480px) and (max-width:767px) {.container{width:420px;}