The sub lable text is rather large & the bundles 1-3 options aren’taligned on mobile

  • ladilyke
    Asked on April 2, 2019 at 1:02 PM
    The sub lable text is rather large & the bundles 1-3 options aren’t
    aligned.
  • BJoanna
    Replied on April 2, 2019 at 1:30 PM

    Please add the following CSS code to your form to see if that will resolve the issue:

    @media only screen and (max-width: 40em){

    .form-sub-label {

        white-space: normal;

        font-size: 10px;

        max-width: 300px!important;

    }}

    @media only screen and (max-width: 40em){

    #id_37 {

        width: 300px!important;

    }}

    How to Inject Custom CSS Codes