🔹 Layout-card - Take control of where your cards end up

Hi,
I myself only started to learn the grid options, Thomas actually put link to CSS Grid page which was a big help, suggest you to go over it.
Having said that, you can try something like this:

  - type: custom:layout-card
    layout_type: grid

    layout_options:
      grid-template-columns: 96%
      grid-template-rows: auto

    cards:
1 Like