Forums

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

Home Forums CSS 'Disorbedient' slideshow on mobile Reply To: 'Disorbedient' slideshow on mobile

#208679
Eva
Participant

I solved it.
all i did was to change a media from
@media (min-width:768px) and (max-width:938px) {.hidden-sm{display:none !important}}
to @media (max-width:938px){.hidden-sm{display:none !important}} so i used to hide it all.
Quick, with no pain.