I’m trying to do a distribution of cards like this one inside a view. Is that possible? I’ve tried with lovelace-card-mod but so far I have not succeeded.
Basically I would like to have a different number of cards with a different width in each row.
It uses the whole width of the main area; I tried to duplicate the card and see if the width reduces to 50% but it does not work, the new card just comes on top of the original one
I’ve tried also to add this code at the end of the grid card (I tried with px values, percentage values and using :host instead of ha-card) but it does nothing