I red proposed solution when wrote this topic, searched google and I cannot find any way to place cards vertically.
I mean I have layout as this:
and I would like to place them like that:

How without making all cards wide as screen width?
I red proposed solution when wrote this topic, searched google and I cannot find any way to place cards vertically.
I mean I have layout as this:
You could try placing this code in a ui_template (found in the dashboard group) in your flow.
You'll have to experiment with the pixel value.
<style>
.masonry-container {
width: 800px;
}
</style>
If you always want it to look like the second example, whatever sized screen you use, then put everything in one group. Then you have full control of the layout.
@dynamicdave
Thanks, started to look promising:
@Colin
Thanks for hint, you are right, in that case worse look (no borders), but no different look on different devices.