Hi Max,
First of all, I have to say that CF8 is really growing on me! Once you start to get the hang of it, you can see how well thought out it is. There’s definitely some room for UX enhancements, but I’ll gather my thoughts on that and share more detailed feedback later.
Now, I have a question about the Grid System:
At the moment, the grid auto flow seems to be set as:grid-auto-flow: column;
This results in an interesting behavior - when I set up a grid with 4 columns and 2 rows and add text fields, they are arranged column-wise: 1st row, 1st column; 2nd row, 1st column, and so on.
Is this the expected behavior? I managed to change it by adding some custom CSS:grid-auto-flow: row !important;
But I’m wondering - is this the correct approach? Or is there an easier way to adjust this setting that I might have missed? Also, would it be possible to have an option to configure this directly in CF8 in the future?
Thanks so much for your work!
Best,Elita