Hidden-md-down Is Not Working
I am trying to hide a modal from appearing for mobile and tablets. In bootstrap, I am using hidden-md-down and it was working but it isnt working anymore and I haven't change anyth
Solution 1:
In Bootstrap 3 the classes are hidden-md
, hidden-sm
, hidden-xs
, etc..
The hidden-md-down
class only exists in Bootstrap 4.
Post a Comment for "Hidden-md-down Is Not Working"