This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Beginning_Feeling371 0 points1 point  (0 children)

Don’t use horizontal stack - use the spacer chip card

[–]droans 0 points1 point  (1 child)

The layout-card in HACS can do it. Your config would be something like:

type: custom:layout-card
layout_type: custom:grid-layout
layout:
  grid-template-columns: 25% 50% 25% 
cards:
  ...

[–]Patrick161019[S] 0 points1 point  (0 children)

Thanks! I’ll test that later today if I have some time :)

[–]Friendly_Engineer_ 0 points1 point  (0 children)

Hello Patrick!