Home assistant Lovelace masonry layout max height increase

Hey guys!

I hope there is someone to help me out on this one. I am currently implementing a dashboard that shows a few cards, nothing special. I have sadly ran into a problem that there’s only an x amount of cards that fit beneath each other. Is there a way I can increase the max height, so that I can have more cards fitting beneath each other before the card spawns in a new column?

Picture of the dashboard and the problem:

Thanks!

If you just want one stack of cards the simplest way, is probably to put them all inside a vertical-stack card.

However, if you want more control, you could use:

thomasloven/lovelace-layout-card: :small_blue_diamond: Get more control over the placement of lovelace cards. (github.com).

It’ll do this and a whole lot more.