Just getting started with Layout Card, and trying to find a way to have a 3 column grid, with the horizontal card spanning two columns (see screenshot). I have the weather card where I want it in the 3rd column area, but trying to find out how I can build cards within cards so I can add more functions in the 2 column horizontal card.
Where im stuck right now is trying to figure out how to have one span that has the ‘Good Afternoon’ message as well as the date and time in the same container, similar to the design attached below.
You build the grid layout in the layout-card’s layout section, then place cards into those grid areas with view_layout in the card options. You can see in the grid-template-areas section, I have the footer area spanning three columns and the main area spanning 2. In the example above, you get this: