Why can’t I force a certain amount of columns in the sections layout?
This would be very useful on a tablet wall dashboard. Now I can only use two columns but I would like to use three.
Why can’t I force a certain amount of columns in the sections layout?
This would be very useful on a tablet wall dashboard. Now I can only use two columns but I would like to use three.
Interesting thought. What would you expect to happen, say, you specify the dashboard to show 5 columns, but the tablet is nowhere big enough to show even 2 columns?
Yes. Showing to many columns would mess up the layout.
For my tablet the screen would be big enough to show 3 columns but HA won’t show me more than two. Would be great of I could somehow force a number of columns. Maybe configurable in yaml?
Madelena, what can you propose in a bit different case?
1.On a desktop PC, a user wants to see 4 columns.
2.On a tablet - 3.
I.e. defining a maximum number of columns dependently on a mediaquery.
Shrink to fit (reduced card/text size)
You can play with theme for that (at least its the way I do it).
Using different themes on the PC and the Tablet.
Playing with min and max section width in the theme should allow you to have the number of columns you want (as long as the content fit of course)
The interesting variables for sections in the theme are the following:
Thanks for info, I am using a similar way myself for testing - but only for testing.
The point is to not use any fixed-size-variables. This is a grid, it can manage it itself if properly tuned. Hmm, was a bit hasty; probably using this max/min-width is the only way…