Viewing 2 replies - 31 through 32 (of 32 total)
  • Plugin Author PlanSo

    (@planso)

    Your theme is overwriting some styles necessary for the side by side layout:

    if you add the following css to the end of your “thrive_default.css” it will work:

    .planso-form-builder div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }

    We are evaluating if we can add this to the PlanSo Forms stlesheet without breaking things for all other users.

    Plugin Author PlanSo

    (@planso)

    …you don’t need to include the above css code anymore. We’ve checked and tested the code and provided an update containing this already.

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘How to set Label & Input side by side?’ is closed to new replies.