Top "Twitter-bootstrap" questions

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

Twitter Bootstrap 3: how to use media queries?

I'm using Bootstrap 3 to build a responsive layout where I want to adjust a few font sizes according to the …

css twitter-bootstrap media-queries
Meaning of numbers in "col-md-4"," col-xs-1", "col-lg-2" in Bootstrap

I am confused with the grid system in the new Bootstrap, particularly these classes: col-lg-* col-md-* col-xs-* (where * represents some …

css twitter-bootstrap twitter-bootstrap-3 grid
What is sr-only in Bootstrap 3?

What is the class sr-only used for? Is it important or can I remove it? Works fine without. Here's my …

html css twitter-bootstrap twitter-bootstrap-3
How can I render a list select box (dropdown) with bootstrap?

Is there anything out of the box that bootstrap supports to render a "regular" defacto drop down list select box? …

twitter-bootstrap
In a bootstrap responsive page how to center a div

I need to create a responsive page using bootstrap by position a div at the centre of a page as …

css twitter-bootstrap responsive-design
What is Bootstrap?

There are a lot of questions here related to Bootstrap. I see a lot of people using it. So I …

html css twitter-bootstrap frontend
Hiding elements in responsive layout?

Looking through bootstrap it looks like they support collapsing the menubar items for smaller screens. Is there something similar for …

html css twitter-bootstrap responsive-design
What is the difference between Bootstrap .container and .container-fluid classes?

Just downloaded 3.1 and found in the docs... Turn any fixed-width grid layout into a full-width layout by changing your outermost .…

twitter-bootstrap twitter-bootstrap-3
Twitter Bootstrap: div in container with 100% height

Using twitter bootstrap (2), I have a simple page with a nav bar, and inside the container I want to add …

css twitter-bootstrap height
How to align an image dead center with bootstrap

I'm using the bootstrap framework and trying to get an image centered horizontally without success.. I've tried various techniques such …

css twitter-bootstrap