Questions tagged as 'twitter-bootstrap'

1
answer

Configure CSS to generate a new column when it reaches overflow

I'm generating a list of links dynamically using PHP, but this list is very large and I would like it when it reaches a certain height in px the column would be broken by 2, 3, or as many as needed. Eg: Make a list even though it is in HTML...
asked by 17.07.2018 / 19:12
2
answers

Configure modal with bootstrap

I am using a modal I use bootstrap, however when I put inside a div to format the size, it appears strange to me. Follow the modal: <div class="modal fade" id="myModalTransportador" role="dialog"> <div class="modal-dialog">...
asked by 10.09.2018 / 14:19
1
answer

How to disable Bootstrap 4 Popover on mobile devices only?

Today I use popover in some places of my site, but I wish they did not appear in the mobile version. Is there anything in the calling script that I can do to make it appear in the desktop version only? <script> $(function () { $('[da...
asked by 27.11.2018 / 23:37
2
answers

Turn the sidebar menu into a fixed menu

I'm having a problem that for those who handle it should be relatively simple, but being a little new to the Front branch I'm having some problems, it's the following, I need to make a site with a fixed side menu, as I'm using bootstrap, get a m...
asked by 16.05.2018 / 13:21
1
answer

Hover-enabled bootstrap tabview

I created a tab with bootstrap and it changes the tabs when clicking the links would like to change from a tab to another passing the mouse over it is possible? follow the code: <ul class="nav nav-tabs" role=...
asked by 14.05.2018 / 19:42
1
answer

Use two titles (labels) in an input group bootstrap

How can I use two labels on a group button using bootstrap? image: The idea is to use numeric range 0 to 10, with a title on the left end and a title on the right.     
asked by 27.10.2018 / 21:09
2
answers

Configure list-group with scrollspy bootstrap

Good evening!    I'm having difficulty with one of the layouts of my project in which I have a div divided into 3 parts, where the upper right part will contain selected cards that will bring the data in a list at the bottom, I'm building the in...
asked by 21.03.2018 / 23:03
1
answer

Bootstrap - Merge rows

How do I merge two or more cells into Bootstrap? I will post the code: <div class="container"> <div class="row-fluid"> <div class="span4">4</div> <div class="span8">8</div>...
asked by 03.06.2014 / 14:28
1
answer

Difficulty in positioning controls with bootstrap

I have cshtml , which needs to position some controls. I placed a table on the left side of the document. Now I need to position multiple controls labels next to the table and those labels one below the other. My table alread...
asked by 26.06.2014 / 17:24
1
answer

Why does the minus sign (remove) button not work when I click it?

I have a text field with an add button next to it. The more I click the button it adds another text field with a remove button next to it. The idea is that when I click the successive remove buttons, it removes the text fields; but no matter wha...
asked by 24.03.2017 / 19:03