bootstrap-4

Bootstrap Grid does not work!

I am developing a website and the Bootstrap grid is not working... the MD and SM are working properly, but when I test the re ... w bounceInRight'><img src="img/parceiros/6.png" alt="" class="img-fluid"></div> </div>

How to centralize my form with bootstrap leaving responsive;

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to- ... </label> </div> </form> </div> </body> </html>

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

It's been a long time that I use Bootstrap i've worked with almost all versions. Normally to structure my applications I use ... l-md-* e col-sm-* under what circumstances should in case of inappropriate use of this element what problems may arise ?

Implementing grid Bootstrap 4 and SideNav

Hello, friends. I'm doing a little project and I'm having difficulty using grid and sidenav bootstrap, I want to make a side ... script src="/js/popper.min.js"></script> <script src="/js/bootstrap.min.js"></script> </body>

My pull-right class is not pushing the menu to the right can anyone help me?

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Victor - Design Bootstrap&l ... : 150px; background-color: #22313F; } header .container{ position: relative; } #menu{ display: inline-block; }

Carousel full screen Bootstrap 4

I am trying to make a first screen of a site with only a Carousel, so that it is occupying the entire user screen (in a respo ... D.png" alt="terceiro slide"> </div> </div> </div> </div> </div>

Why aren't the pull-left and pull-right classes working anymore in Bootstrap 4?

I am updating the code to the current version Bootstrap 4 and it was in Bootstrap version 3. I updated the CSS, JS, and othe ... <small> <img src="/logo.png" width="30px">Site </small> </a> </div>

Bootstrap selectpicker not bootstrap 4

Does bootstrap selectpicker work with bootstrap version 4? Is there incompatibility between them? Is there another similar " ... ce</option> </select> Everything as the documentation explains. The difference is the bootstrap which is newer.

How to adjust label size in bootstrap 4 to suit small input?

I have the code below and don't know how to adjust the label to suit the same size set in the input element. The way it is t ... me">Nome</label> <input class="form-control form-control-sm inverted" type="text" id="nome"> </div>

Hide Carousel images when opening on mobile and show others-Bootstrap 4

I'm using the Carousel component of bootstrap 4. My intention is to make that when it is opened on PC and Tablet, the slide ... on" aria-hidden="true"></span> <span class="sr-only">Próximo</span> </a> </div>

Is it possible to place an image inside the progress bar?

I would like to know if it is possible to put an image inside the bootstrap progress bar, while the bar is walking, just in f ... ="100" style="width: 80%"> <span class="sr-only">80% Complete (danger)</span> </div> </div>

How to use this bootstrap Modal more elegantly?

I do not know if the title is suitable, but I will explain: In the example below I have a confirmation modal that can be ca ... <script src="../../../bootstrap/js/bootstrap-dialog.min.js"></script> </body> </html>

Accordion Bootstrap 4

How do I decrease the height without losing the responsive part? .card{ margin-bottom: 20px; padding: 0px 0px 0px ... ntegrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

Bootstrap 4 MultiLevel Dropdown

What is the easiest way to put a multi-level dropdown on my navbar made with Bootstrap 4 ? I tried with some methods on the i ... -Bootstrap JS--> <script src="./scripts/bootstrap.min.js"></script> </body> </html>

Align text in Bootstrap's navbar menu

Hello, I am not being able to right align the clickable texts of My Menu with Bootstrap. Here is the menu code in HTML: ... is to change the "About Us", "services", and the "contact" to the right. I've tried using text-align: right; but it won't.

Problem leaving automatic textarea width

Save everyone, I'm having trouble letting the width of a textarea keep up with the size of the line, given that the initial s ... %; height: 24px; width: auto; } I would like a light on this problem. From now on, I appreciate your understanding.

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="P ... f being a button next to input, I wanted it to be a search icon inside input, Using bootstrap, how do I do that? Example:

How to center logo brand in Bootstrap 4 and leave the menu items below?

I'm doing a project and I'm having difficulty centralizing the logo and leaving the menu items below, so that everything is p ... t; </div> </nav> </header> <!-- Fim do Cabeçalho --> How I would like it to look:

Bootstrap responsive Layout

I am creating a system using bootstrap, to make responsive I used the classes col-xs-12 col-md-2, when I resize the page the ... </li> @endforeach </ul> </div> </div> @endSection

Bootstrap responsive Navbar is not working!

<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> ... ;/li> </ul> </div> </nav> </header> </body> </html>