Bootstrap - Visible and hidden class on mobile, tablet or desktop

0 votes
385 views
added Aug 7, 2018 in Bootstrap by LC Marshal Captain (25,790 points)
retagged Oct 24, 2019 by LC Marshal
<!--Use the following class-->
<div class="visible-sm visible-xs">{{propertyStatusTxt}}</div>

 

1 Response

0 votes
responded Oct 24, 2019 by LC Marshal Captain (25,790 points)
<div class="row past-foot hidden-sm hidden-xs">
Hidden from mobile screens
</div>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...