Questions tagged as 'bootstrap'

2
answers

Problem with the bootstrap modal backdrop

I have a problem closing a modal, this problem does not always happen, well the detail is that the backdrop of the modal is attached image. The modal is closed but the backdrop remains, the way I am closing it is as follow...
asked by 27.05.2016 / 22:09
2
answers

Problem with Container-fluid of bootstrap 4 with images

When I place an image inside a <div class="container-fluid"> the image always comes up with a small margin on the left, if it is assumed that the container-fluid does not contain margins. The only way I can not show up is by not pla...
asked by 16.03.2018 / 04:54
1
answer

How to cancel the mutual exclusivity of an accordion in Bootstrap 4?

On the official Bootstrap page, an example of an accordion is included, which, we might say, is a specific case of a set of "collapse" elements. <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKt...
asked by 22.03.2018 / 18:57
5
answers

I try to open a modal but it does not work

Good day, I have a modal which when clicking on an image does not activate, the truth already check the code I can not find the error. The code I use is the same one that I had already used on another occasion but now it does not work for me. If...
asked by 09.06.2017 / 16:08
4
answers

How to hide columns of a datatable in case it shows for mobile with boostrap?

For example I have a datatable of 5 columns, which are all with the definition of col-lg, but when I want to try or see it on a cell phone (col-xs), I would like it to hide the last three columns. How could you do that? Could someone show you...
asked by 07.03.2017 / 15:24
1
answer

Center content in bootstrap

The content of column 2 comes out of the box in a certain width of the browser. How could I avoid this? Image: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet"/> <!d...
asked by 17.08.2017 / 12:50
1
answer

PlaceHolder in the margin of the input

What is the name of this effect or property? Is it from Bootstrap?: As you can see, the placeHolder is aligned with the margin of the TextBox when you click inside it to write.     
asked by 18.09.2017 / 23:48
1
answer

center form vertically

I need to center that form (That the form is in the center of the page) and I do not know how, I leave code: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn53...
asked by 26.03.2018 / 20:13
1
answer

error in changing fontawesome icon

I have several buttons in a foreach in php <table class="table-mp3 center-block" data-directorio-album="ideas" id="reproductor"> <?php foreach($canciones as $id => $cancion):?> <tr class="fila"> <td> <!--...
asked by 07.08.2017 / 19:30
3
answers

center in Image does not work correctly

The images have to be as they are on top of each other, since that is the main idea. But as you can see the text centers it correctly, but the image does not. How can I solve this? body{ overflow-x: hidden; background:...
asked by 01.03.2017 / 13:28