Forums

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

Home Forums JavaScript Hide Div if Screen is Smaller than 1024 Re: Hide Div if Screen is Smaller than 1024

#72144
TT_Mark
Member

Hmm….well I’d suggest removing the

elseif ((screen.width<=1024))

and just having

else

Are you setting the div to display or hide by default?