Forums

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

Home Forums CSS [Solved] Long option element in Select breaks (pushes out) layout on mobile Reply To: Long option element in Select breaks (pushes out) layout on mobile

#149623
tempertemper
Participant

For responsive sites, select {width: 100% !important;} works nicely too– you don’t necessarily need a fixed pixel width. The!important seems to be the fix.

(At least it does on iOS 6.1.4 and above– I haven’t had a chance to test this comprehensively yet)