Questions tagged as 'bootstrap-4'

1
answer

Show nav options within the margin of the div container in Bootstrap

In Bootstrap 4 you define: <nav class="navbar ... and the navigation bar occupies the entire width of the screen just like the elements. And if we define the <nav> within a div="container" , bootstrap gives it side m...
asked by 19.12.2017 / 23:14
2
answers

hover with jQuery when you click on div

I'm working with HTML5, CSS, Bootrap and JQuery. The problem is not to change the color to the div, what I can not do is to execute the action until you click on one of the divs. When you click on the payment button for extra hours, take the col...
asked by 09.08.2018 / 23:37
1
answer

How do I make the browser scroll to fit a modal?

The modal I do with mdbootstrap . My Html: <!-- crear --> <button class="btn btn-primary waves-light" (click)="crearAbrir2()" mdbWavesEffect> <span class="fa fa-plus d-inline-block"></span> <...
asked by 06.10.2018 / 16:55
2
answers

Center dt / dd vertically in Bootstrap 4

I tell you, I'm working with Bootstrap 4, and I'm having a problem wanting to vertically center the dd within a dl My code would be something like that dl { display: flex !important; justify-content...
asked by 26.07.2018 / 17:04
1
answer

loading font awesome icons [duplicated]

I'm having problems with loading the icons with font awesome and when he uses it he puts it to me like this:  This way I charge the icons. <!-- CARGANDO FUENTES --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="sty...
asked by 13.02.2018 / 13:04
2
answers

Miscellaneous Input-Group online Boostrap 4

Good morning! I tell you .. I am new using Bootstrap 4 and I am trying, within a form, to put several input of the input-group class in the same row. I'm trying the following: <div class="row"> <label for="uno">Pri...
asked by 04.04.2018 / 15:51
1
answer

How to specify the menu that would display the button with Dropdown class of Bootstrap?

I'm doing a YouTube project and I'm creating the buttons that appear when I upload the video and I have two menus that will be shown when I click on each of them, the problem is that by clicking on the "btn-" button opc "shows me the same menu a...
asked by 05.04.2018 / 05:14
1
answer

Reorder boostrap columns 4

I need to get with bootstrap 4 rehubicar the div, so it does not leave a gap. I do not know if I explain myself. I think that with the images is better explained what I want. I know that with bootstrap 3, this happened automatically...
asked by 11.12.2018 / 14:33
1
answer

Bootstrap 4 - Checkbox by pressing one the other is pressed

When using the bootstrap "checkbox". If they are duplicated to have more than one. When you click one, the two are clicked. Why? It seems that some javascript code activates them using their id or name, or something like that? How should you do...
asked by 07.12.2018 / 13:21
2
answers

problem with image in the bootstrap carousel 4

I have a problem with the bootstrap carousel and is that the images are not placed 100% with the carousel, I understand that a 1000x400 image should be seen correctly but in my case for the following <div id="...
asked by 21.12.2017 / 00:28