Hi there, I am trying to customize my frontend using lovelace with YAML enabled. but somehow the cards I create are showing up under each other. how can I get them next to each other?
Yes, that’s HA default.
You can set to set the view option, panel: true, which stretches everything in this view to full width, or even better, try lay-out card
Using panel: true will stretch the first card and then ignore the rest if I understand the documentation.
But lay-out card looks very promising. Thank you very much