How do I stop dashticz from adapting column width on phones?
Posted: Wednesday 10 January 2024 11:46
I've added two columns with width 6, but on a small screen the auto switch to width 12 (column div gets class col-xs-12). Where do I change this?
Code: Select all
var columns = {}
columns[1] = {
blocks : ['s1', 's2'],
width: 6
}
columns[2] = {
blocks: ['s4'],
width: 6
}
screens = {}
screens[1] = {
columns: [1, 2]
}