Support » Plugin: Email Subscribers by Icegram Express - Email Marketing, Newsletters, Automation for WordPress & WooCommerce » how to change spacing between the 'empty email field' and the Subscribe button?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author storeapps

    (@storeapps)

    @domlaurin,

    You would need to write custom CSS for that.

    Thread Starter domlaurin

    (@domlaurin)

    Could you help with that a little bit? At least where should I start, since I haven’t written CSS before.. 🙂

    Plugin Author storeapps

    (@storeapps)

    @domlaurin,

    Locate following code in Email Subscribers :
    <div class="es_button">
    and change it too this code :
    <div class="es_button" style="margin-top: -13px;">

    where -13px is what we have added by checking it on your site. You can change it too any value.
    Please have a check with this and let us know if now it is looking correct on your site.

    Also, please note since you are modifying core files in Email Subscribers, you would need to maintain the same for the future releases of Email Subscribers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to change spacing between the 'empty email field' and the Subscribe button?’ is closed to new replies.