Questions tagged as 'twitter-bootstrap'

1
answer

Input by pasting the Radios

I'm building a form , where I have two radios inline and a input below. I just do not know why input is casting in radios , leaving form all misaligned. Here's the code: <section class="col col-3">...
asked by 04.11.2014 / 13:38
3
answers

How to assign values to Bootstrap buttons

Bootstrap (how to make the menu bar assigning values to the buttons..ex .: I created the "Home" button, how can I assign a value to it when I access it I go to the start button page ...)     
asked by 05.08.2014 / 22:06
1
answer

How to define use a class (center-block) in media-querie?

I'm using BS3 and would like to align a div to the center when the resolution is greater than 1200px and the right is between 992 and 1199px. In the code I use the class center-block, how do I include this class only for @media min-width: 1200px...
asked by 08.09.2014 / 04:11
1
answer

Positioning controls with bootstrap

I'm having a hard time positioning controls on the page with bootstrap. I would like to not be resorting to external CSS features as this would take away the bootstrap rationale. What I mean is: 1) I would like to place a certain unselected c...
asked by 30.07.2014 / 13:38
2
answers

Data-Tables misaligning table title and body when scrolling

I'm trying to apply the DataTables plugin to my template tables, the problem is that when I apply scroll , the table ends up misaligning the table title of its respective body of data. p> JsFiddle     
asked by 08.04.2014 / 14:55
1
answer

Grid Sytem Bootstrap

I'm trying to use BootStrap's Grid System, but I can not. I have read these two questions: How does grid system work , Spacing with bootstrap columns . I followed exactly what was answered, but it still does not work. Render one down and down...
asked by 18.03.2014 / 15:25
1
answer

Bootstrap Navbar Collapse problem with firefox

I recently started working with Bootstrap and am trying to create a navbar . The problem is that navbar appears to be normal until we decrease the size of the window where it gives collapse as it should, but the toggle...
asked by 03.03.2014 / 19:15
1
answer

Boostrap overwriting CSS. How to avoid?

I got a CSS ready template from the internet to choose a payment method from my site. Below is the link for it. link However, when I import the header and footer, (I am using PHP for this) using Bootstrap, the payment page is unconfigure...
asked by 08.12.2018 / 14:22
0
answers

Scrollspy does not work

Scrollspy is not working, I would like to change the class of each navbar item when the user goes through a specific section, I have made all the recommended imports in the documentation and it still does not work Additional information: Boot...
asked by 07.12.2018 / 11:42
1
answer

How to put mask in the form input field that is in a modal window of bootstrap

People, I'm using the jquery mask on head <script type="text/javascript"> $( document ).ready(function() { $("#celular1").mask("(00) 00000-0000"); }); }); </script> I'm co...
asked by 22.12.2018 / 01:27