Bouton SIGN WITH DOCUSIGN version mobile

  • marketingmhmbg
    Demandé le 12 septembre 2024 à 13:57

    Bonjour,


    Sur la version mobile, le bouton Sign with docusign, il est excentré à droite. Et j'aimerai le mettre a gauche parce que là on ne le voit pas.



  • Israel Jotform Support
    Répondu le 12 septembre 2024 à 16:01

    Hello marketingmhmbg,

    Thanks for reaching out to Jotform Support. Our Spanish Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, it might take a while until they're available again.

    Can you take a screenshot of what’s happening and send it to us? We’ve got a guide here that’ll show you how to do that.

    Once we hear back from you, we'll be able to move forward with a solution.


  • marketingmhmbg
    Répondu le 13 septembre 2024 à 04:01

    Ca concerne le bouton "Sign with docusign" du widget de signature !

    C'est pour le formulaire " PNO KEYNI LCD MAISON "


    Bouton SIGN WITH DOCUSIGN version mobile Image 1 Screenshot 20

  • Lara Jotform Support
    Répondu le 13 septembre 2024 à 06:16

    Hi marketingmhmbg, 

    Can you try to inject the CSS code below and see if it resolves the issue? Let me walk you through it:

    1. Copy the code below:

    /*Adjusts the position of form buttons to fit mobile screen - 18951251*/
    @media only screen and (max-width: 480px) {
    .form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
    min-width: 80px !important;
    }
    .form-all .form-pagebreak-back-container, .form-all .form-pagebreak-next-container {
    width: unset !important;
    }
    }
    /*Code ends here*/

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    Bouton SIGN WITH DOCUSIGN version mobile Image 1 Screenshot 20 Give it a try and let us know how it goes.