Questions tagged as 'bootstrap-4'

1
answer

Bootstrap menu 4 with two lines

How to make bootstrap menu 4 with two lines, Brand aligned on the left, social on the right and navigation on the bottom line     
asked by 16.10.2017 / 16:41
1
answer

Bootstrap .nav-pills active

I have the code, which when clicking another link opens the page and adds the class .active I have already tried several scripts and nothing works. <nav> <ul class="nav nav-pills float-right"> <li class="nav...
asked by 15.08.2017 / 16:43
1
answer

Change label Bootstrap color

How do I change the label color of my button depending on the value it has? In my form, in the field status , I need the value to be "open", green, "completed" in blue, and "canceled" in red. I did a function using Thymeleaf but it s...
asked by 08.12.2018 / 17:20
1
answer

Center a NAV - With video background

I need to center a text, but with justify-content: center and align-items: center I'm not getting it. Not even if I put for example, top: 50% and left: 50% , the items are not exactly in the middle. Maybe I'm missin...
asked by 25.09.2018 / 16:09
2
answers

Change Width of a Modal

Hello, when trying to increase the width of a modal in bootstrap 4, I tried to change the width of modal-lg through css as I saw in the English stack overflow. However, I've tried the same code and can not make modal-lg switch from the default 80...
asked by 26.09.2018 / 17:40
1
answer

Adjusting Footer after migrating to Bootstrap 4

I was using Boostrap 3 and I migrated to 4, but some things broke. I was able to resolve some, but I'm having trouble with this footer. <div class="copyright"> <div class="container"> <div class="col-md-6 ">...
asked by 13.11.2018 / 14:16
1
answer

Vertical Alignment Bootstrap

Hello, I'm creating a site in bootstrap 4. When I try to center a section of my site vertically, it just does not work. I've tried using several ways to focus the text (flexbox, custom css, ...), but nothing seems to work. The code I used was as...
asked by 24.09.2018 / 23:02
0
answers

navbar does not load properly

I'm studying HTML and decided to add Bootstrap 4 into a small project. When browsing the component list on the Bootstrap site I came across the following navbar : <nav class="navbar navbar-expand-lg navbar-light bg-light">...
asked by 29.08.2018 / 22:28
1
answer

What is and how to use Sass and Npm in Bootstrap 4?

I am learning how to use the bootstrap and these words came up and I would like to understand what they are and how they are used.     
asked by 04.07.2018 / 19:08
1
answer

Problems editing bootstrap variables

I'm working on a project and I'm using bootstrap 4 with scss I'm creating a form using the framework's own classes: <form class="form-search"> <div class="input-group">...
asked by 30.04.2018 / 16:39