Answers for "how to use the position sticky in bootstrap 3"

1

bootstrap responsive sticky top

<div class="sticky-sm-top">Stick to the top on viewports sized SM (small) or wider</div>
<div class="sticky-md-top">Stick to the top on viewports sized MD (medium) or wider</div>
<div class="sticky-lg-top">Stick to the top on viewports sized LG (large) or wider</div>
<div class="sticky-xl-top">Stick to the top on viewports sized XL (extra-large) or wider</div>
Posted by: Guest on May-11-2021

Code answers related to "how to use the position sticky in bootstrap 3"

Browse Popular Code Answers by Language