I use this plugin here: link
Follow JSFiddle: link
Follow the full CSS: link
See the code:
.notifications {
list-style: none;
padding: 0; }
.notification {
display: block;
padding: 0.8em;
border-width: 0 0...
Friends I have a nav-bar which is called a nav-tabs1 and I would like it to have another nav-tabs2 just that when I enter all the options that are called after the nav-bar does not stay in the nav-tab1, it is open empty and goes to nav-tab2....
How do I set the height of the bootstrap div divider relative to page size?
<div class="container">
<div class="row">
<div class="col">
its works!
</div>
</div>
</div>
I'm using bootstrap 4 and I want to use datepicker , how can I call the datepicker using bootstrap 4 , can not find the documentation talking about it?
I'm implementing an application in asp.net using Bootstrap 4.
The problem I came across is that when placing a dropdown inside a navbar, it takes two clicks to show it.
I am using the example of the official bootstrap documentation....
I am not able to use Bootstrap with the Angular CLI. I'm using ng-bootstrap and I'm following all the recommendations of the site, but without success, does anyone know how to use it?
install via npm:
npm install --save @ng-bootstra...
Good morning,
I'm using BootStrap-Select, but in one of my tabs the option "data-dropup-auto="false"" does not enable it at all, I've tried javascript too, unsuccessfully
"$('.selectpicker').selectpicker({...
How to solve the Popper problem in bootstrap 4.0
Uncaught ReferenceError: Popper is not defined
I installed Popper via npm and gave this error, but putting it via CDN, okay.
I started a new project with Vue and Bootstrap, but when using Bootstrap navbar in Vue navbar-collapse does not work, follow the code.
App.vue
<template>
<div id="app">
<b-navbar toggleable="md" type="dark" variant="in...