Top "Twitter-bootstrap" questions

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

Launch Bootstrap Modal on page load

I don't know javascript at all. The bootstrap documentation says to Call the modal via javascript: $('#myModal').modal(options) …

javascript html twitter-bootstrap
Remove padding from columns in Bootstrap 3

Problem: Remove padding/margin to the right and left of col-md-* in Bootstrap 3. HTML code: <div class="col-md-12"> &…

css twitter-bootstrap html
Twitter Bootstrap - add top space between rows

How to add margin top to class="row" elements using twitter bootstrap framework?

css twitter-bootstrap
Disable click outside of bootstrap modal area to close modal

I am making a bootstrap website, with a couple of Bootstrap 'Modals'. I'm trying to customize some of the default …

javascript css twitter-bootstrap modal-dialog
Add Bootstrap Glyphicon to Input Box

How can I add a glyphicon to a text type input box? For example I want to have 'icon-user' in …

css twitter-bootstrap glyphicons
How to center buttons in Twitter Bootstrap 3?

I am building a form in Twitter Bootstrap but I'm having issues with centering the button below the input in …

html css twitter-bootstrap button
What is the easiest way to disable/enable buttons and links (jQuery + Bootstrap)

Sometimes I use anchors styled as buttons and sometimes I just use buttons. I want to disable specific clicky-things so …

jquery html css twitter-bootstrap
How to hide Bootstrap modal with javascript?

I've read the posts here, the Bootstrap site, and Googled like mad - but can't find what I'm sure is …

javascript twitter-bootstrap modal-dialog
Font Awesome not working, icons showing as squares

So I'm trying to prototype a marketing page and I'm using Bootstrap and the new Font Awesome file. The problem …

css html twitter-bootstrap font-awesome
Flushing footer to bottom of the page, twitter bootstrap

I am generally familiar with the technique of flushing a footer using css. But I am having some trouble getting …

css twitter-bootstrap footer