Forums

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

Home Forums CSS [Solved] Site content overflowing in the x axis Reply To: [Solved] Site content overflowing in the x axis

#170680
Atelierbram
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