I have a responsive theme developed with Bootstrap.
I managed to alter some of my forms CSS via javascript.
However I'm not sure if something could be done in regards of grid layout.
Gravity Forms has some predefined classes for align fields left/right or three in a row, etc. But how about using the more reliable grid system Bootstap comes with? I tried to align two fields to the left and the right using .span class but it doesn't work, I didn't dive in the markup yet, but obviously is not straightforward compatible (since Bootstrap has special classes for forms).
The advantage of using some kind of grid is that the fields would adapt well in a responsive layout. If I use classes like .gf_left_half and .gf_right_half they won't adapt to a narrower viewport.
Has anyone of you managed to bring some better layout with Bootstrap to Gravity Forms fields?