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 Re: Long option element in Select breaks (pushes out) layout on mobile

#122924
Andy Howells
Participant

Why not set a fixed width on the select? Or a max-width on a mobile size media query? Most smart phones will actually not dropdown but use native scrollers, for example, the iPhone anyway, so it may benefit.