I’m trying to make 3 vertical-stack columns on a single page. If I just add 3 separate vertical-stacks to a page, the 2nd and 3rd vertical-stacks are automatically forced into a single column (even though there’s plenty of room for a 3rd column):
…I even tried placing each vertical-stack into one big horizontal stack; however, Lovelace is squishing them into narrow columns, instead of taking advantage of the width of the display.
I think this is related to the use of the stack-in-card . The issue also rear its head with the vertical-stack-in-card.
I had similar issues and it seemed to be linked to views with the vertical-stack-in-card. Then I tried the stack-in-card and got the same result. Removing those custom cards solved the issue and I get normal distribution of cards.
Try refreshing via the refresh in the upper right hand corner. Do the same using a browser refresh? Are the results different?
UPDATE: I can’t seem to figure out what I’m doing wrong. I just verified that the plugin is installed correctly. I tried using min_columns: 3 …that didn’t work.
I just saw that the layout-card addon almost always requires panel mode. However, when I turn on panel mode on my “first attempt” code, it completely ruins my page layout.
@eggman I’m hoping you’re still reading this. I’ve tried several different ways to use Layout-card, using vertical mode, however, “break” is not recognized. I would really appreciate it if you could look at my code to see what I’m doing wrong. All I need is to split the 2nd and 3rd column.
@eggman thanks for the reply. I actually tried removing the vertical stacks to do this more cleanly, but then I quickly realized why I had vertical-stacks in the first place. Lovelace wouldn’t allow me to place certain cards adjacent to each other; hence, I had to force them together using vertical-stacks.
I actually attempted to do exactly what you suggested in my previous post yesterday. However, I’m not able to get the formatting/syntax right to incorporate layout-card and respective -break’s. I would really appreciate your assistance.
Honestly, I only really need to split the last two vertical stacks with a single -break, but I don’t know how