-{{< /example >}}
-
-To make the jumbotron full width, and without rounded corners, add the `.jumbotron-fluid` modifier class and add a `.container` or `.container-fluid` within.
-
-{{< example >}}
-
-
-
Fluid jumbotron
-
This is a modified jumbotron that occupies the entire horizontal space of its parent.
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.
This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.
This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in its original position and moves with the rest of the page.
This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a .container. For positioning of navbars, checkout the }}">top and }}">fixed top examples.
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 85e9f6dcf..59c0c8af6 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -77,6 +77,10 @@ Badges were overhauled to better differentiate themselves from buttons and to be
- **Todo:** Removed `.badge-pill` for the `.rounded-pill` utility class
- **Todo:** Removed badge's hover and focus styles for `a.badge` and `button.badge`.
+### Jumbotron
+
+- The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding.
+
### Popovers
- Renamed `.arrow` to `.popover-arrow`
diff --git a/site/data/examples.yml b/site/data/examples.yml
index 6fb65d7f6..9e4fd6bd7 100644
--- a/site/data/examples.yml
+++ b/site/data/examples.yml
@@ -31,8 +31,6 @@
description: "Nothing but the basics: compiled CSS and JavaScript."
- name: Grid
description: "Multiple examples of grid layouts with all four tiers, nesting, and more."
- - name: Jumbotron
- description: "Build around the jumbotron with a navbar and some basic grid columns."
- category: Navbars
description: "Taking the default navbar component and showing how it can be moved, placed, and extended."
diff --git a/site/data/nav.yml b/site/data/nav.yml
index 67c64b9f7..1fc3f6333 100644
--- a/site/data/nav.yml
+++ b/site/data/nav.yml
@@ -40,7 +40,6 @@
- title: Dropdowns
- title: Forms
- title: Input group
- - title: Jumbotron
- title: List group
- title: Modal
- title: Navs
diff --git a/site/static/docs/4.3/assets/img/examples/album.png b/site/static/docs/4.3/assets/img/examples/album.png
old mode 100644
new mode 100755
index 694b3b2d2..9f628babf
Binary files a/site/static/docs/4.3/assets/img/examples/album.png and b/site/static/docs/4.3/assets/img/examples/album.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/album@2x.png b/site/static/docs/4.3/assets/img/examples/album@2x.png
old mode 100644
new mode 100755
index 162269c46..00c938df8
Binary files a/site/static/docs/4.3/assets/img/examples/album@2x.png and b/site/static/docs/4.3/assets/img/examples/album@2x.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-bottom.png b/site/static/docs/4.3/assets/img/examples/navbar-bottom.png
old mode 100644
new mode 100755
index e9f0abc95..af47666f1
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-bottom.png and b/site/static/docs/4.3/assets/img/examples/navbar-bottom.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-bottom@2x.png b/site/static/docs/4.3/assets/img/examples/navbar-bottom@2x.png
old mode 100644
new mode 100755
index a62faa182..93a7cdc49
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-bottom@2x.png and b/site/static/docs/4.3/assets/img/examples/navbar-bottom@2x.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-fixed.png b/site/static/docs/4.3/assets/img/examples/navbar-fixed.png
old mode 100644
new mode 100755
index c839602a7..97df67e96
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-fixed.png and b/site/static/docs/4.3/assets/img/examples/navbar-fixed.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-fixed@2x.png b/site/static/docs/4.3/assets/img/examples/navbar-fixed@2x.png
old mode 100644
new mode 100755
index 1ce8ca576..3e0f98b95
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-fixed@2x.png and b/site/static/docs/4.3/assets/img/examples/navbar-fixed@2x.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-static.png b/site/static/docs/4.3/assets/img/examples/navbar-static.png
old mode 100644
new mode 100755
index faebe3451..8d54f182c
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-static.png and b/site/static/docs/4.3/assets/img/examples/navbar-static.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbar-static@2x.png b/site/static/docs/4.3/assets/img/examples/navbar-static@2x.png
old mode 100644
new mode 100755
index 758aa61e8..9b057371d
Binary files a/site/static/docs/4.3/assets/img/examples/navbar-static@2x.png and b/site/static/docs/4.3/assets/img/examples/navbar-static@2x.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbars.png b/site/static/docs/4.3/assets/img/examples/navbars.png
old mode 100644
new mode 100755
index 874f6d752..4e7e5fa6a
Binary files a/site/static/docs/4.3/assets/img/examples/navbars.png and b/site/static/docs/4.3/assets/img/examples/navbars.png differ
diff --git a/site/static/docs/4.3/assets/img/examples/navbars@2x.png b/site/static/docs/4.3/assets/img/examples/navbars@2x.png
old mode 100644
new mode 100755
index ce11b8d2c..dc0cea085
Binary files a/site/static/docs/4.3/assets/img/examples/navbars@2x.png and b/site/static/docs/4.3/assets/img/examples/navbars@2x.png differ