Forums

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

Home Forums CSS [Solved] Width of div is not displaying at 100% on mobile/smaller screens Reply To: [Solved] Width of div is not displaying at 100% on mobile/smaller screens

#176720
Alen
Participant

Open your CSS file and do a search for width:1300px; and width:1000px;. Not sure if you meant to use max-width, but nevertheless you’re defining fixed width which is messing up mobile view.