Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebHolism

    (@webholism)

    Hi @mindyeveraftervisualscom,

    Having had a look at the form, the second column appears to have a restricted width, which expands to accommodate the full text when the checkbox is checked, at least that is the behaviour that we are witnessing. To resolve this, would you be able to add the following CSS to the form page:

    .gform_wrapper.gravity-theme .gform_fields {
      grid-template-columns: unset;
    }

    Can you please examine that the form displays as expected after inserting this code and advise if it resolves the issue?

    Thank you for your time and please advise if the approach above does not address the issue that you are highlighting, or has other knock-on effects.

    Thank you.

    Thread Starter mindyeveraftervisualscom

    (@mindyeveraftervisualscom)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TWO Columns – CONTENT OverlapS’ is closed to new replies.