Forums

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

Home Forums JavaScript Responsive site – mobile view bug Re: Responsive site – mobile view bug

#135706
ChrisP
Participant

What @michaeljalmond said..while people frown on `!important`, that’s your easiest solution, because `display: hidden` is an inline-style created by the js, so just using `display: block !important` at your media query for large screens will overwrite the inline style.