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