Top "Bootstrap-4" questions

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

Change arrow colors in Bootstraps carousel

I'm obviously missing something stupidly simple here. I have images with a white background so I want to be able …

html css twitter-bootstrap bootstrap-4 carousel
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
Remove gutter space for a specific div only

The default Bootstrap grid system utilizes 12 columns with each span having 30px gutter as below. Gutters are the white space …

css twitter-bootstrap bootstrap-4
Search input with an icon Bootstrap 4

No clue how I can do this, since BS 4 doesn't support glyphicons. Do I set it up as a background …

css twitter-bootstrap bootstrap-4 font-awesome
Removing padding gutter from grid columns in Bootstrap 4

How do you create a gutterless grid in bootstrap 4? Is there an official API for removing the gutter or is …

twitter-bootstrap bootstrap-4
Modal width (increase)

I want a modal to be 80% or so of a screen width. modal-lg isn't large enough. This: .modal .modal-dialog { width: 80%; } …

bootstrap-4 bootstrap-modal
Bootstrap 4 card-deck with number of columns based on viewport

I'm trying to implement the card-deck feature in bootstrap 4 to make all of my cards the same height. The examples …

css twitter-bootstrap twitter-bootstrap-4 bootstrap-4
Align the form to the center in Bootstrap 4

I am trying to align the form to the center and keep it responsive. I have tried several ways but …

html css twitter-bootstrap bootstrap-4 twitter-bootstrap-4
How can I center an image in Bootstrap?

I am struggling to center an image using only Bootstrap's CSS-classes. I already tried several things. One was adding Bootstrap …

twitter-bootstrap bootstrap-4
How to use Bootstrap 4 in ASP.NET Core

I want to update Bootstrap in ASP.NET Core with NuGet. I used this: Install-Package bootstrap -Version 4.0.0 It did add …

.net asp.net-core nuget bootstrap-4 asp.net-core-2.0