I\'m looking for a way to vertically center the container div inside the jumbotron and to set it in the middle of the page.
container
jumbotron
The .jum
.jum
If you're using Bootstrap 4, you just have to add 2 divs:
.jumbotron{ height:100%; width:100%; }
your stuff... More stuff...
More stuff...
The classes: d-table, d-table-cell, w-100, h-100 and align-middle will do the job