I am using twitter bootstrap 3.0
. When resolution of the screen gets changed to smaller the menu changed to mobile view. I have a div
contained slider with images, so I want to hide that div
when my menu changed to mobile view (when screen resolution small).
I tried to apply css
classes on my div visible-desktop visible-tablet
but it is not working.
Is there other way I can do?