Center Docusign widget

  • pablojunyent
    Fecha de consulta 14 de marzo de 2024, 19:40

    Estimados,

    Me pueden ayudar para centrar el widget de docusign, que no lo he podido lograr, ni desde la configuración, ni con CSS

    Center Docusign widget Image 1 Screenshot 20

  • Lorenz Jotform Support
    Fecha de respuesta 14 de marzo de 2024, 22:01

    Hi Pablo,

    Thanks for reaching out to Jotform Support. It is possible to center it using CSS. I checked this form 240575473776670, which I assume is the one you're working on, but don't see the DocuSign widget there. If that's indeed the form, could you try adding it back? If not, please share with us the link to the form so we can check.

    Nonetheless, you can also try adding the CSS code below, into your form and see if it'll work for you.

    /* Center DocuSign*/
    .direct-embed-widgets.docusign-widget {
    margin: 0 auto !important;
    }


    Let us know if there's anything else we can help you with.

  • pablojunyent
    Fecha de respuesta 15 de marzo de 2024, 9:09

    Hi Lorenz!

    Works fine! Thank you!!

    I had other question

    How can i center the radio options buttons in reletion with the left label?

    Center Docusign widget Image 1 Screenshot 20 Screenshot 10

    Thank you!

  • Lorenz Jotform Support
    Fecha de respuesta 15 de marzo de 2024, 9:15

    Hi Pablo,

    Thanks for getting back to us. Glad the code I shared worked. As for your other question, I have moved that to a new thread. You can check that out here.

    Let us know if you have any other questions.