I'm wondering if anyone has figured out a solution for columns being displayed in responsive themes. Because columns are not built as containers in gravity forms, I've not found a way to stack them appropriately.
[col 1][col 2][col 3]
should do the following
[col 1]
[col 2]
[col 3]
instead it becomes...
[col 1 - field 1]
[col 2 - field 1]
[col 3 - field 1]
[col 1 - field 2]
[col 2 - field 2]
[col 3 - field 2]
[col 1 - field 3]
[col 2 - field 3]
[col 3 - field 3]
Is there any way to create a container div that serves as the column block instead?