• Resolved ahumme

    (@ahumme)


    Conditional group has strange styling where it constricts the content to a thin column, maybe 10% of the actual field. When the field is removed from the group, it displays normally. Any idea how to fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Seems like your form is using css grid.

    You could try and wrap the group with this tag:

    <div style="display:grid;grid-column: span 12;">
    ...
    </div>
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.