Home › Forums › CSS › 'Disorbedient' slideshow on mobile › Reply To: 'Disorbedient' slideshow on mobile
September 25, 2015 at 3:38 am
#208679
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.