diff --git a/components.html b/components.html index ddd773ad81..4afb2cd005 100644 --- a/components.html +++ b/components.html @@ -2295,33 +2295,36 @@ base_url: "../"
Add .navbar-fixed-top
.
Add .navbar-fixed-top
and include a .container
or .container-fluid
to center and pad navbar content.
Add .navbar-fixed-bottom
instead.
Add .navbar-fixed-bottom
and include a .container
or .container-fluid
to center and pad navbar content.
Create a full-width navbar that scrolls away with the page by adding .navbar-static-top
. Unlike the .navbar-fixed-*
classes, you do not need to change any padding on the body
.
Create a full-width navbar that scrolls away with the page by adding .navbar-static-top
and include a .container
or .container-fluid
to center and pad navbar content.
Unlike the .navbar-fixed-*
classes, you do not need to change any padding on the body
.