Top "Twitter-bootstrap" questions

Bootstrap is a frontend framework designed to kick-start development of Web apps and sites.

How to add a spinner icon to button when it's in the Loading state?

Twitter Bootstrap's buttons have a nice Loading... state available. The thing is that it just shows a message like Loading... …

button twitter-bootstrap icons loading font-awesome
Bootstrap modal appearing under background

I have used the code for my modal straight from the Bootstrap example, and have included only the bootstrap.js (…

javascript css twitter-bootstrap modal-dialog
Bootstrap 3 Slide in Menu / Navbar on Mobile

I am building a browser-based mobile app and I've decided to use Bootstrap 3 as the css framework for the design. …

css twitter-bootstrap mobile twitter-bootstrap-3
Five equal columns in twitter bootstrap

I want to have 5 equal columns on a page I am building and I can't seem to understand how the 5 …

twitter-bootstrap twitter-bootstrap-3 bootstrap-4
Bootstrap table without stripe / borders

I'm kinda stuck with a CSS problem while using Bootstrap. I'm also using Angular JS with Angular UI.bootstrap (which …

html css twitter-bootstrap
Bootstrap 4 datapicker.js not included

I'm using Bootstrap V4 for my new website seeing that it is in Alpha. However I cannot see that it …

twitter-bootstrap bootstrap-4
How to display a list inline using Twitter's Bootstrap

I want to display a list inline using Bootstrap. Is there a class I can add from Bootstrap to achieve …

twitter-bootstrap
Bootstrap 3 breakpoints and media queries

On the Bootstrap 3 media queries documentation it says: We use the following media queries in our Less files to create …

twitter-bootstrap twitter-bootstrap-3 media-queries breakpoints
How Do I Make Glyphicons Bigger? (Change Size?)

I would like to make the globe glyphicon bigger so that it covers up a large portion of the page (…

html css twitter-bootstrap glyphicons
Bootstrap: align input with button

Why don't buttons and inputs align well in Bootstrap? I tried something simple like: <input type="text"/><…

css twitter-bootstrap