Hide For Mobile Bootstrap 4 Code Example


Example 1: bootstrap hide only on mobile


<p class="d-none d-sm-block">Hidden only on mobile </p>

Example 2: bootstrap display inline block


<div class="d-inline-block"></div>

Example 3: bootstrap display none


<!-- Bootstrap 4 -->
<div class="d-none"></div>

<!-- Bootstrap 3 -->
<!-- <div class="hidden-{screen size}"></div> -->
<div class="hidden-md"></div>

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy