Hi, how could I make the email confirmation box in the middle when it is in preview under phone? And how could I make sure that the email address is

  • Julia
    Asked on December 2, 2020 at 10:48 PM

    I have this code for the confirmation email box which is:

    #input_5_confirm{

    margin-top: 50px !important;

    margin-left: -300px;

    }

    1606967002 5fc85eda52be0 boxneedsinthemi Screenshot 101606967019 5fc85eebcf7c5 samewheninorien Screenshot 21

  • Sonnyfer JotForm Support
    Replied on December 3, 2020 at 12:37 AM

    Hi there - Kindly allow me some time to run some tests on my end. I will get back to you shortly.

  • Sonnyfer JotForm Support
    Replied on December 3, 2020 at 12:47 AM

    Thanks for patiently waiting. Kindly inject the below CSS code to your form to fix the alignment of the email confirmation box:

    @media only screen and (max-width:480px) {   
     #input_5_confirm{
      margin-left: -255px ! important;
     }
    }
    @media only screen and (orientation:landscape) {
     #input_5_confirm{
      margin-left: -265px ! important;
     }
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    RESULT:

    1606974320 5fc87b709b922  Screenshot 10

    1606974298 5fc87b5a8a9c5  Screenshot 21

    Moreover, I noticed that your message is cut off as they're all typed in the title. We only receive up to And how could I make sure that the email address is____. Please resend your question so we can assist your accordingly.