Page 1 of 1

How do I stop dashticz from adapting column width on phones?

Posted: Wednesday 10 January 2024 11:46
by osirisguitar
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]
}

Re: How do I stop dashticz from adapting column width on phones?

Posted: Sunday 21 January 2024 8:26
by Lokonli
That is not so easy to change.

Did you consider to put all blocks in one column?