Gaps between sections in dashboard

Hi everyone, is there any way to get rid of gaps between sections ?
Thanks!

check this:

# https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/views/hui-sections-view.ts
    ha-view-sections-row-gap: 4px #default 8px
    ha-view-sections-column-gap: 8px #default 32px
#     ha-section-grid-row-gap: 8px #default
    ha-section-grid-column-gap: 0px

set these variables in your themes

uff :slight_smile: I’m sorry but I have no idea what to do with this. Isn’t there a simpler instruction somewhere?

Yes, in the documentation. Home Assistant frontend - Home Assistant

in that case, well, in any case, do what Tom says, read the documentation.

If you have no idea what this means, than you really shouldn’t bother customizing, as that requires some serious understanding how HA frontend works.

First, understand what a Theme is and does, next you can try and modify the default theme.
There is no other way,

One possible method is to use Mushroom title card in a section. This gives a good result and eliminates unnecessary spaces.