Position the File Upload element to the right side of the page using CSS

  • gourdonjeannick
    Demandé le 27 mars 2024 à 17:18

    bonjour

    impossible de positionner parcourir fichier sur la droite de mon formulaire

    url : https://form.jotform.com/240863699311362

    pouvez vous m'aider svp

    jeannick

  • Deanne Jotform Support
    Répondu le 27 mars 2024 à 19:42

    Hi gourdonjeannick,

    Thanks for reaching out to Jotform Support. Unfortunately, our French Support agents are busy helping other Jotform users at the moment. 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 French, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. I cloned your form and was able to move the File Upload form element to the right by adding a Custom CSS code. Here's how to do it:

    1. In Form Builder, click on the Paint Roller icon on the right side of the page.

    2. Under the Style tab, scroll down a bit until you reach the Inject Custom CSS section.

    Position the File Upload element to the right side of the page using CSS Image 1 Screenshot 30

    3. Paste the code below:

    div#cid_449 {
        float: right;
    }


    Here's the result:

    Position the File Upload element to the right side of the page using CSS Image 2 Screenshot 41

    Give it a try and let us know if you need any help.

  • gourdonjeannick
    Répondu le 28 mars 2024 à 08:30

    merci, ca marche