Top "Twitter-bootstrap" questions

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

Bootstrap 3 Navbar Collapse

Is there any way to increase the point at which the bootstrap 3 navbar collapses (i.e. so that it collapses …

twitter-bootstrap twitter-bootstrap-3 navbar
How can I override Bootstrap CSS styles?

I need to modify bootstrap.css to fit my website. I feel it's better to create a separate custom.css …

html css twitter-bootstrap
How to remove focus around buttons on click

My buttons all have a highlight around them after I click them. This is in Chrome. <button class="btn …

html css twitter-bootstrap
How to handle the modal closing event in Twitter Bootstrap?

In Twitter bootstrap, looking at the modals documentation. I wasn't able to figure out if there is a way to …

jquery twitter-bootstrap modal-dialog
How to hide element using Twitter Bootstrap and show it using jQuery?

Let's say I create an HTML element like this, <div id="my-div" class="hidden">Hello, TB3</div&…

javascript jquery html css twitter-bootstrap
vertical divider between two columns in bootstrap

I am using twitter bootstrap, and have a row which has two columns (span6). How do I create a vertical …

html css twitter-bootstrap
Reset select2 value and show placeholder

How do I set the placeholder on value reset by select2. In my example If locations or grade select boxes …

jquery twitter-bootstrap jquery-select2
Change bootstrap navbar collapse breakpoint without using LESS

Currently when the browser width drops below 768px, the navbar changes to collapsed mode. I want to change this width …

css twitter-bootstrap responsive-design navbar collapse
How to put scroll bar only for modal-body?

I have the following element: <div class="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div …

css twitter-bootstrap
Bootstrap 3 Flush footer to bottom. not fixed

I am using Bootstrap 3 for a site I am designing. I want to have a footer like this sample. Sample …

html css twitter-bootstrap footer