• Resolved n1cv

    (@n1cv)


    I would like to move the Subscribe button on top of the Name and Email fields. Can you help me with this?

    Thank you,
    ncv

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Kishan Ranawat

    (@kishanranawat)

    Hi there,

    Thanks for contacting us.

    You can refer to the following custom CSS to change the order of the form fields.

    .es_subscription_form {
        display: flex;
        flex-direction: column;
    }
    
    .es_subscription_form .es-field-wrap:first-child {
        order: 2;
        width: 100%;
    }
    
    .es_subscription_form .es-field-wrap:nth-child(2) {
        order: 3;
        width: 100%;
    }
    
    .es_subscription_form .es_subscription_form_submit {
        order: 1;
        width: 100%;
        margin-bottom: 0.6em;
    }
    
    .es_subscription_form label {
        width: 100%;
    }
    
    .es_subscription_form .ig_es_form_field_name,
    .es_subscription_form .ig_es_form_field_email {
        width: 100%;
    }

    You can put the above CSS in the Customizer’s settings(Appearance > Customize > Additional CSS).

    Hope this helps you. Let us know if you have any further queries.

    Thank You.

    Thread Starter n1cv

    (@n1cv)

    Worked like a charm – thanks a billion!

    Plugin Contributor Kishan Ranawat

    (@kishanranawat)

    Hi there,

    Thanks for the confirmation.

    Glad to hear that the above CSS did the trick for you.

    Let us know if you have any other queries or face any difficulty.

    Also, we hope you’re enjoying the Email Subscribers plugin and our support! If you liked it, then could you please do us a favor and leave a review here. This will help us spread the word and boost our motivation.

    Thank you in advance.

    Have a great weekend ahead!!!

    Thread Starter n1cv

    (@n1cv)

    Email Subscribers is really impressive for a free plugin of this type – your Privacy Policy is also very reassuring, which is always a good thing.

    After I add a new article and assess its whole behaviour, I’ll make sure to leave a review.

    Thanks,
    ncv

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Move Subscribe Button’ is closed to new replies.