gal-s
9/24/2019 - 5:26 PM

Hiding elements in responsive layout - bootstrap

<div class="d-block d-md-none"> This will show only in BELOW MEDIUM form factors</div>
<div class="d-none d-md-block">This will show in MEDIUM AND UP</div>

also possible to include direcly in the <> tag:
<br class="d-block d-xl-none"/>
<br class="d-block d-xl-none"/>
source:
https://stackoverflow.com/questions/14207109/hiding-elements-in-responsive-layout