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...
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 -->...
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...
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...
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"...
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?...
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
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...