• Resolved mausoftware

    (@mausoftware)


    can’t find solution to get “consent” checkbox on same row with description; tried Appearance Custom CSS as follow, but no works.
    .forminator-checkbox forminator-consent {display:inline-block;}
    .forminator-checkbox__label forminator-consent__label {display:inline-block;}
    thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mausoftware ,

    I hope this message finds you well.

    The consent checkbox should be in the same line as the description by default but I see a <p> element causing conflicts on your form, in this case, could you please try this CSS?

    div#consent-1 .fomrinator-checkbox_wrapper {
        display: flex;
    }

    You can add it under your wp-admin > Appearance > Customize > Additional CSS.

    I hope this helps and please let us know if you need further help.

    Best regards,
    Williams

    Thread Starter mausoftware

    (@mausoftware)

    Hi Williams, do’t know why is a paragraph tag added; presume when edit Consent field , write in Visual Tab “Acconsento” it add a paragraph <p>
    Anyway your customized CSS do not solve. checkbox description goes on next line

    Thread Starter mausoftware

    (@mausoftware)

    followUp… OK works with CSS added
    paragraph tag remains still there, but no problem

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @mausoftware,

    We are glad to hear that the information provided has been helpful for you and we are marking this thread as resolved accordingly. Please let us know in case you need further help.

    Kind regards,
    Zafer

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.