Questions tagged as 'bootstrap-4'

3
answers

What is the difference between col-lg- *, col-md- * and col-sm- * in Bootstrap?

It's been a while since I used Bootstrap I worked with almost all versions. Usually to structure my applications I use Bootstrap's grid system, row to create rows and col- for columns. I would like to know: The...
asked by 05.02.2017 / 12:33
2
answers

Transparent DropDown with bootstrap 4

Good morning, I have a dropdown menu (code below, which uses bootstrap, how do I make the background transparent, since by default it is white? In which CSS attribute do I move? <html> <head> <!---- importações -->...
asked by 26.11.2018 / 13:36
1
answer

Why are the pull-left and pull-right classes no longer working in Bootstrap 4?

I am updating the code for the current version Bootstrap 4 and was in Bootstrap version 3. I updated the CSS, JS, and others files. Some parts are no longer working. These are, for example, those with the pull-right and pull-left...
asked by 03.11.2017 / 19:59
2
answers

Input does not match col-md-8 size

I'm training in form creation, and I'm making bootstrap use on it, mostly from <div class="row"> and <div class="col-md-4"> . However, when I put only two elements on the same line, respectively e 'the input field...
asked by 06.08.2018 / 17:52
2
answers

problem in leaving a text on the left and 2 items on the right

.col-item { border: 1px solid #E1E1E1; border-radius: 5px; background: #000; } .col-item .photo img { margin: 0 auto; width: 100%; } .col-item .info { padding: 10px; border-radius: 0 0 5px 5px;...
asked by 02.10.2018 / 16:43
3
answers

Change the CSS Display property to ALL elements of a page and leave Block only for some?

I am trying to print a bootstrap-modal that is called inside a Form with include but I want to print ONLY to modal, how can I do this using only CSS? See: Modal: <div class="modal fade" id="modal-protocolo" tabindex="-1"...
asked by 19.09.2018 / 13:43
1
answer

How to put a Search Icon / Button inside an input with Bootstrap?

<form class="form-inline my-2 my-lg-0 pl-3-lg"> <input class="form-control" type="search" placeholder="Pesquisar" aria-label="Search"> <button class="btn btn-dark ml-1" type="submit"> <img src="img/sear...
asked by 07.09.2018 / 19:31
2
answers

Smooth height change

I'm doing a Navbar where it will decrease the height and change the color in the scroll event. My problem is in letting this smooth transition. I was able to make up for the color, but not for the height. How can I let the height change smooth?...
asked by 28.02.2018 / 20:15
2
answers

How to put the boostrap menu in the middle of the screen?

Look at the image; Click here How do I make this menu stay in the middle of the screen? The difficulty exists because I'm using Bootstrap 4, I've tried everything. I wanted it to look like this below; www.esperancapaixao.com     
asked by 09.05.2018 / 20:06
1
answer

Show a collapse and hide the other BOOTSTRAP 4

I found several answers here, but for bootstrap 3. I even tried to adapt to 4 but without success. I'm trying to make sure that when I show a collapse it hides the other and vice versa (I can not use static id because it will have multiple ca...
asked by 20.12.2018 / 14:50