Reduce the validate email box to align it on textboxes

  • MartinBoyle
    Asked on October 16, 2014 at 1:09 PM

    Thats worked a treat. Thanks very much.

    Is it also possible to reduce the width of the response box adjacent the submit button as shown in the screenshot below?

    Thanks,

    Martin

    Reduce the validate email box to align it on textboxes Image 1 Screenshot 20

  • Elton Support Team Lead
    Replied on October 16, 2014 at 1:20 PM

    Fixed now. I have reduce the width to 221px from your existing CSS codes.

    #mailContainer > form:first-child input[type="text"] {

    margin-left: 30px !important;

    width: 221px;

    }

    Do you think this is right? Example:

    Reduce the validate email box to align it on textboxes Image 1 Screenshot 20

    Let us know if this isn't the on you're referring. Thanks!

  • MartinBoyle
    Replied on October 16, 2014 at 1:41 PM

    Hi EltonCris, thanks for the response. Unfortunately this is not what I was after.

    Referring to the screenshot below, you'll notice that after submitting an email address and clicking on Verify, a message saying "Verification code has been sent to admin@mot-sos.co.uk" etc appears.

    Beneath that, appears a text box, with a submit button to the right.

    It is this text box which I am looking to adjust.

    My apologies if I was not clear in the first instance :).

    Thanks for your time

    Martin

     

    Reduce the validate email box to align it on textboxes Image 1 Screenshot 20

  • MartinBoyle
    Replied on October 17, 2014 at 5:46 AM

    Works perfectly :D. Thanks very much :).