Top "Bootstrap-4" questions

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

Centered modal load spinner bootstrap 4

I want a modal load spinner and have based a test on Bootstrap 4's modal dialog box. However, I can't …

html bootstrap-modal bootstrap-4
How to use Bootstrap 4 flexbox to fill available content?

I have an angular app that uses bootstrap 4. I have a nav bar that sticks to the top, and I …

css twitter-bootstrap angular flexbox bootstrap-4
How to align content bottom on Bootstrap 4 col

I have the following code for a footer: <div class="container"> <hr> <div class="row"&…

twitter-bootstrap flexbox bootstrap-4 twitter-bootstrap-4
How to make the row stretch remaining height

I'm trying to make the container-fluid and 2nd row to stretch to the remaining height but I couldn't find a …

twitter-bootstrap bootstrap-4 flexbox
Bootstrap 4: Uncaught ReferenceError: Popper is not defined

I've installed Bootstrap 4 using Node and Gulp and when running the application I get the following error Uncaught ReferenceError: Popper …

javascript jquery bootstrap-4
Twitter Bootstrap Collapse plugin Direction—Horizontal instead of Vertical

Is there a way to collapse the the Bootstrap Collapse plugin from horizontally instead of vertically? Looking at the code …

jquery twitter-bootstrap jquery-plugins bootstrap-4
Bootstrap 4 Sticky Footer Not Sticking

Not really sure why the sticky footer isn't working in Bootstrap 4. I have a TYPO3 website which I am a …

html css typo3 bootstrap-4 sticky-footer
Bootstrap 4 row fill remaining height

I'm struggling to make the a row stretch to fill the rest of the available height. I tried adding h-100 …

html css grid bootstrap-4 row
How to vertically align Bootstrap v4 modal dialogs

Vertically center modal dialogues in Bootstrap 4. Note: The requirements below have been added to make it clear I am looking …

modal-dialog flexbox bootstrap-modal vertical-alignment bootstrap-4
Angular 4 Bootstrap dropdown require Popper.js

I have a fresh created Angular 4 CLI app. After running this: npm install [email protected] jquery popper.js --save and …

javascript angular angular-cli bootstrap-4