Gilbert C.

Results 6 comments of Gilbert C.

it's not a bug man. Bootstrap 4 removed the `col-xs-x` class. you have to use `col-x` to set min screen Example : ``` HELLO World...! ``` [https://getbootstrap.com/docs/4.6/layout/grid/#grid-options](url)

in admin.js file change the next option to $.AdminBSB.options > breakpointWidth: 999999999

> try this > > 1. open assets\css\style.css > 2. there should be **bootstrap-select** section around line 4098 with **margin-left:30px** > 3. change it into **padding-left:30px** > ![bootstrap-select](https://user-images.githubusercontent.com/12407823/73998331-e0dfb980-4993-11ea-887d-4cc8a358c5de.PNG) Thank you...

try to take a look your backend code i think you have a error or your have 2 or more li active declarations. I use the route page for taking...

try this `...` or in options jquery.

``` .row-flex { display: flex; display: -webkit-flex; flex-wrap: wrap; } *************** ************** ```