Bootstrap CSS Classes

Bootstrap CSS class .fixed-bottom

<div class="fixed-bottom bg-primary">Fixed bottom</div>

Preview

CSS source

/* _position.scss:23 */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

Are you tired of writing HTML by hand?

Check .fixed-bottom in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Positioning category

© 2025 Shuffle. All rights reserved.