• Resolved stevo6960

    (@stevo6960)


    I’m having a problem with the muliple choice option labels not showing correctly. Instead of appearing next to the check box in one line the letters are stacking up on each other. So intead of appearing like this: Email it is showing like this
    E
    ma
    il

    Any suggestions how I cna get them to appear as they should. Thanks in advance
    Steve

Viewing 6 replies - 1 through 6 (of 6 total)
  • agharibyan

    (@agharibyan)

    Hi Steve!

    This problem can be fixed with a quick CSS code. Please try adding the following to Appearance > Customize > Additional CSS option:

    .checkbox-div label {
        width: auto;
    }

    If the code doesn’t work, please share the link to the page where your form is. We’ll have a look and suggest a solution.

    Thanks!

    Thread Starter stevo6960

    (@stevo6960)

    Hi Thanks for getting back to me. I have tried this but it hasn’t worked.

    The form is located here.
    https://www.theblissfulpenguin.co.uk/contact-us/

    Thanks again

    Dear Steve,

    Would you please try to deactivate and delete the plugin and install once again?

    This should fix the issue.

    Thanks!

    Thread Starter stevo6960

    (@stevo6960)

    Hi Suzie.
    Thanks for getting in touch. I have tried what you have suggested above, and I have even tried creating the form from scratch again but I am still getting the same problem as before.

    https://www.theblissfulpenguin.co.uk/contact-us/

    Any more suggestions?

    Thanks
    Steve

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please add the below-written CSS code into Appearance > Customize > Additional CSS:

    .fm-form-container.fm-theme1 .fm-form input[type="checkbox"] {
       width: 20px;
    }

    Please let us know if it helps.

    Thank you!

    Have a nice day!

    Thread Starter stevo6960

    (@stevo6960)

    Hi,
    Thanks you for you help, It has solved the problem. Much appreciated
    Steve

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple Choice option labels not showing properly’ is closed to new replies.