Top "Bootstrap-5" questions

Bootstrap 5 is the fifth major version of the popular frontend component library.

Bootstrap: add margin/padding space between columns

I'm trying to put some extra margin/padding space between columns on my Bootstrap grid layout. I've tried this but …

html css twitter-bootstrap bootstrap-5
Bootstrap responsive sidebar menu to top navbar

So I've been searching and searching for guidance in this with no avail. Basically, I just want to have a …

css twitter-bootstrap bootstrap-4 responsive-design bootstrap-5
Using media breakpoints in Bootstrap 4-alpha

In Bootstrap 3 I use this: .something { padding: 5px; @media screen and (min-width: $screen-sm-min) { padding: 20px; } @media screen and (min-width: $screen-md-min) { …

twitter-bootstrap bootstrap-4 bootstrap-5
How can I align text center on small screens with Bootstrap?

I have html as:- <footer> <div class="container"> <div class="row"> <div …

css bootstrap-4 twitter-bootstrap-3 bootstrap-5
Bootstrap 5 navbar align items right

How do you align Bootstrap 5 navbar items to the right? In Bootstrap 3 it's navbar-right. In Bootstrap 4 it's ml-auto. But not …

twitter-bootstrap bootstrap-5
Can't make the validation work in Bootstrap

I'm trying to implement validation by Bootstrap and I've pasted the following sample on my page: <div class="form-group …

html twitter-bootstrap validation bootstrap-4 bootstrap-5
Bootstrap Multiple Items Carousel (several carousel items shown at once)

How do you implement a multiple items carousel in Bootstrap 4? The docs mention about multiple carousels but not a carousel …

html css twitter-bootstrap bootstrap-4 bootstrap-5
How to create jumbotron in Bootstrap 5?

In Bootstrap 5 the jumbotron component is removed in favor of utility classes like .bg-light for the background color and .p-* …

twitter-bootstrap bootstrap-5
Bootstrap V5 manually call a modal myModal.show() not working (vanilla javascript)

whats the correct way to manually call a modal in bootstrap 5? i want to show the modal when page is …

javascript bootstrap-5
Bootstrap Navbar Dropdown Menu Items Right

As you see in the picture below, when I click on the bell icon, a dropdown menu appears at the …

bootstrap-4 drop-down-menu bootstrap-5