Tweaking Subscription Box Spacing

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, May 27, 2016.

Thread Status:
Not open for further replies.
  1. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello,

    I'm using MailPoet for my email subscription service, and I'd like to figure out if I can tweak the layout a bit. I know the widget isn't yours, but if you could provide any suggestions I would appericate it.

    I'd like to adjust the space between the field input box and the "Submit" button, so there isn't so much of a gap. From what I can tell using an inspector is the code is below but I don't know how to adjust it.
    Code:
    <input class="wysija-submit wysija-submit-field" type="submit" value="Submit">
    Also including a link to the page itself: http://www.jessicazimmer.com/journal/

    Thank you for all the help!
    Jessie
     
  2. priya

    priya Guest

    Hi, Jessie..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .widget_wysija_cont .wysija-submit {
        margin-top: -10px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Perfect! Thank you, Priya. :)
     
  4. priya

    priya Guest

    You're welcome..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page