Questions tagged as 'bootstrap-4'

2
answers

How to add 100% height to a Bootstrap 4 column

I'm using bootstrap 4.1, I previously tried to use the h-100 class, and to no avail, even the chrome developer tools indicating that height:100% was applied to the elements. I decided to use a class like the attributes min-height a...
asked by 16.05.2018 / 14:13
1
answer

Make Bootstrap 4 use 100% of screen height

<div class="container h-100"> <div class="row justify-content-center"> <div class="col-4 my-auto"> <div class="card"> <div class="card-header"> <div class="row">...
asked by 14.02.2018 / 13:10
1
answer

Bootstrap - Paint a whole line and less a specific column

The above code almost works, just can not paint in the first column, how can I solve this? $('table').on('click', 'tr', function () { if ($(this).hasClass('table-info')) { $(this).removeClass('table-info'); } else {...
asked by 03.01.2018 / 04:20
2
answers

Height of 100VH per page contains scroll bar

I have this page, that I placed the height of the page in 100VH , to occupy the whole screen, but it is generating these white spaces on the bottom and side, and this is making scroll bars appear, I do not know why. HTMLandCSSFramework(SA...
asked by 02.04.2018 / 00:53
1
answer

To upgrade a project from Bootstrap v3 to Bootstrap v4 is it just to change the files?

I have a project that was done using Bootstrap v3 , however I would like to update it to version 4, for that, just change the files or will it be necessary to rewrite again?     
asked by 10.03.2018 / 19:40
2
answers

Cards with smaller content breaking

I'm using Bootstrap 4 to set up a page, and at the time of making some cards they're getting bigger or smaller than the others, even though they use the same col-sm-4 class. He is breaking because their content is less. my doubts a...
asked by 20.12.2018 / 23:01
1
answer

Position font-awesome next to the text

I have some arrows that need to be positioned next to the text, but not along with it. Next to it. ButIdonotknowhowtopositionthemthere,atthemomentI'mputtingtheminsidepandit'sgettingatthebeginningofthetextwithaparagraph.Youneedtoleavethemoffa...
asked by 21.12.2018 / 13:57
1
answer

Do not close Bootstrap dropdown automatically

I have a Bootstrap dropdown where a dynamic list is loaded when the user opens the same. The problem is that every time there is an iteration, for example when the user deletes an item from the list, the dropdown is closed. I want the dropdown t...
asked by 25.09.2018 / 04:24
2
answers

How to add a column at page runtime?

In html5 / css / bootstrap 4 ... How can I add a column at runtime of the page? div class="container"> <h1 class="page-header">Tabelas com Bootstrap</h1> <div class="table-responsive"> <table cla...
asked by 12.06.2018 / 06:14
1
answer

Bootstrap Grid System: Can .row within .col?

I have a question regarding Bootstrap's Grid System, is it ok to use a .row within an element with class .col-x-y if I want to create more than one column within that .col-x-y ? In short, is it a good practice or not to us...
asked by 18.04.2018 / 15:12