Forums

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

Home Forums JavaScript [Solved] Issue with jQuery slideToggle 'display: none' Reply To: [Solved] Issue with jQuery slideToggle 'display: none'

#193377
PelleLV
Participant

I know this is an old thread, but I had the same exact problem and I couldn’t use CSS3 transitions – the div didn’t have a fixed height.
I used a min-width media query – in your case min-width: 769px – and set ‘display:block !important’ to the div. Worked perfectly.