Home › Forums › CSS › [Solved] Site content overflowing in the x axis › Reply To: [Solved] Site content overflowing in the x axis
May 20, 2014 at 4:02 am
#170680
Participant
Maybe try to change
<meta name="viewport" content="width=device-width; initial-scale=1.0">
to
<meta name="viewport" content="width=device-width, initial-scale=1">
note the semicolon after width=device-width
should be a comma