Questions tagged as 'bootstrap-4'

1
answer

Background with gradient and ripples

I wonder if it's possible to create the effect of the image below using CSS. Doing the gradient is quiet, but I have difficulty making the ripples. #teste { width: 100%; height: 300px; background-image: linear-gradient(to top, #30...
asked by 05.04.2018 / 20:46
2
answers

Div does not accompany internal bootstrap 4 content

I'm having difficulty making the internet content of my side menu follow my div, my menu has options that expand, when I open all the options the content comes out of the div, I would like the div to accompany the content. / p> Follow the code...
asked by 28.02.2018 / 21:30
1
answer

Datetime Picker

I'm using this datetimer picker datetimepicker The date appears like this: 2018 January 30 - 10:00 and I want it to look like this: 2018-01-30 10:00 Can you do it in jquery or do I need to change it directly in the datetime picker code?   ...
asked by 30.01.2018 / 20:56
1
answer

Navbar disappearing while lowering resolution

I'm setting up a project with Bootstrap but I'm facing some problems, one of them is the navbar disappearing when the resolution decreases. The other is that I can not type a title right in the middle of the screen. Problem Navbar...
asked by 20.12.2018 / 19:16
1
answer

problem with a bootstrap grid

I'mnotabletogetthatseparationnexttothecartadd.htmlcode:<divclass="container"> <div class="row"> <div class="item"> <div class="row"> <div class="col-sm-4 col...
asked by 02.10.2018 / 01:27
1
answer

Align Bootstrap pagination on the right

I'm with a project that was developed in Bootstrap v4.0.0-alpha.4. In this project there is a pagination that follows the standards of the framework. <nav aria-label="Navegação de página exemplo"> <ul class="pagination"> <...
asked by 30.09.2018 / 00:04
1
answer

Problem with grid bootstrap

<!carousel--><divclass="container bg-danger"> <div class="row"> <div class=".col-4 mt-3 mr-4"> <div class="boxonee ">teste xd</div> </div> <div class=".col-4"> <div i...
asked by 01.10.2018 / 16:59
1
answer

justify-content-center is not centralizing the contents in my bootstrap

I have the following code structure <div id="container" class="container-fluid"> <div class="row align-items-center justify-content-center"> <div class="col-2"> <figure id="logomarca"> <img sr...
asked by 28.09.2018 / 03:55
1
answer

Problem making input appear and disappear with jquery

I need to have some inputs in my form mobile version hidden and displayed when I click on the button called Busca avançada I created a code jQuery more is not working do not know what I'm doing wrong remembering that I am us...
asked by 16.08.2018 / 06:34
1
answer

Reduce fonts or break text in Bootstrap 4 or HTML5

The names of people in my HTML, when responsive, have a break, as shown in the following image: ThenameSanderson,the"N" goes down, can not have this break or decrease the source? Follow the snippet in HTML: </section> <sect...
asked by 25.06.2018 / 15:10