Home › Forums › CSS › Mobile page width. › Reply To: Mobile page width.
February 6, 2019 at 7:05 am
#282310
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;}