Could you tell me where do we add this?
To adjust the ha-view-sections-column-gap
setting, you need to create a new custom theme in Home Assistant. Follow these steps:
- Open your
configuration.yaml
file. - Add a new theme under the
frontend
section. - Reload your YAML configuration to apply the changes.
- Apply the new theme on your dashboard.
Here’s an example configuration:
# Load frontend themes from the themes folder
frontend:
themes:
MySection:
ha-view-sections-column-gap: 8px
For more information about Home Assistant theme configuration, refer to the official documentation.
1 Like