I think the Sections feature introduced in 2024.3 is great; I’d love to migrate all my cards over to it. However, one thing that’s bugging me is that the horizontal gap between cards seems to be hard-coded at 32px, much wider than the vertical spacing. I find the equal spacing between classic dashboard cards to be much more aesthetically pleasing.
In a future version can we please have the ability to adjust this? I tried my hand at fixing it myself by adding some css to the theme, but had no luck in banishing the gap. Thanks!
We absolutely need this! Simple thing it would seem, to be able to adjust the gap width? Currently I can’t use the new sections layout because I like to include a lot of information, especially in my Home dashboard page. Sections, with these gaps, waste too much valuable real-estate!
Although sections view is a great addition to HA, it’s currently only partly usable, since it misses some basic settings - in fact, it doesn’t have any settings beside number of columns. One of important ones is the lack of choosing width of each column. I have quite some views similar to sections, but not one of them has all columns of the same width, so new “sections” view is still a no-go for me for now. I bet (hope) that this will be added in the future; that’s why it’s still called “experimental”, i guess.
This takes care of the vertical gap between cards; but not the excessive width at the left and right margin of the dashboard. The result is to shrink the columns, which, in my layout, causes some of the text and information in the card to be truncated.
I don’t mind working within a theme; is there a theme variable that will shrink/modify the width of columns in the layout, or shrink the left and right margins?
Adjust the min-width to your screen, this may mass up the view on other devices, but I make my dashboard for a specific devica, so this is for PC, for tablet and phones I use different dashboards.
I figured this one out: the Material Rounded theme file consists of multiple themes. I added the CSS changes to the wrong theme. Adding it to the correct theme does wonders.