Vertical Stack under Stack-In Cards or Vice Versa

Hi,
Can I use “Vertical Stack” under “Stack-In Cards” or vice versa? I have created and combined 6 entities for 1 “Stack-In cards”. I would like to use “Vertical Stack” to stack multiple “Stack-in” Cards together so that this Vertical Stack always stay together with visual separation of each “Stack-in” card. But it seems either “Vertical Stack” or “Stack-in” Cards does NOT allow that.

Can anyone give me a pointer on how to achieve that?

Thanks in advance

Why do you want to cobine different types of cards for this? Lets just use custom:vertical-stack-in-card and if you need to make horizontal stacking add horizontal: false option.

1 Like

Yes, you can put multiple stack-in cards in a vertical-stack to keep them together, whilst leaving a separate border around each stack-in card. Not sure what help you would need to do that though?

- type: vertical-stack
  cards:
    - type: custom:vertical-stack-in-card
      *Card Configuration*
    - type: custom:vertical-stack-in-card
      *Card Configuration*

If you’re using a different stack-in card, obviously, change the example to match

1 Like

Thanks Mirekmal, I am going to try.

This is interesting. Hopefully, this one will also work! I will try both. Thanks for the tips.