This topic is locked
[SOLVED]

 Custom CSS

5/29/2017 11:57:02 AM
PHPRunner General questions
H
htmalbenur author

Hi, I use this code for Delicious Lavender Bold1:
div.rnr-cw-grid.rnr-s-grid.asbuttons.Bold1DeliciousLavender {

overflow-x: scroll;
white-space: nowrap;

width: 1200px;

}
I want to use this code for the bootstrap but the combination I did does not succeed, how can I fix it
this is the code I try to use with bootstrap:
div.rnr-cw-grid.rnr-s-grid.asbuttons.BootstrapCelulean {

overflow-x: scroll;
white-space: nowrap;

width: 1200px;

}
thx

H
htmalbenur author 6/8/2017

I use this and it's ok
.bs-grid.bs-grid {

overflow-x: scroll;

overflow-y: hidden;

white-space: nowrap;

display: block;

}
.bs-flexgrid {

display: inline-block;

}
.bs-center, .bs-middle, .bs-grid, .bs-grid > table {

width: 100% !important;

}
use bootstrap and past in custom css.