Top "Bootstrap-4" questions

Bootstrap 4 is the fourth major version of the popular front-end component library.

Bootstrap4 adding scrollbar to div

I am using stacked pills inside a div. The problem is, sometimes the div contains a lot of pills. How …

bootstrap-4
How to hide collapsible Bootstrap 4 navbar on click

I've created this collapsable navbar using Bootstrap 4 that works nicely, but I would like it to close when the user …

html css twitter-bootstrap bootstrap-4 twitter-bootstrap-4
How can I change cursor for disabled <button> or <a> in Bootstrap 4?

How can I use cursor: not-allowed on button or a? I tried the following: .not-allowed { pointer-events: auto! important; cursor: not-allowed! …

css bootstrap-4
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
What happened to the .pull-left and .pull-right classes in Bootstrap 4?

In the newest version the pull-left and pull-right have been replaced by .pull-{xs,sm,md,lg,xl}-{left,…

bootstrap-4
Bootstrap 4, how to make a col have a height of 100%?

how can I make a column take up 100% height of the browser w bootstrap 4? See the following: https://codepen.io/…

twitter-bootstrap css grid-layout bootstrap-4 twitter-bootstrap-4
Bootstrap 4 - Responsive cards in card-columns

I'm playing with Bootstrap 4 and I can't find a solution to add responsiveness to cards while in a div with …

html css twitter-bootstrap twitter-bootstrap-4 bootstrap-4
Increase bootstrap dropdown menu width

wondering if anyone has any tips on how to increase the dropdown width? I have a row containing two columns …

jquery html css twitter-bootstrap bootstrap-4
How to import popper.js?

It seems to be a lame question, but I cannot to figure it out. How to import popper.js which …

javascript bootstrap-4 popper.js
Order columns through Bootstrap4

I have 3 columns which I want to order in different ways on desktop and mobile. Currently, my gird looks like …

css bootstrap-4 grid