Remove spacing for form title and content?

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Remove spacing for form title and content?

Post by nigelfaraday67 »

Hi, I'm trying to reduce the space between my H2 text and form showing:

https://dl.dropboxusercontent.com/u/905 ... gIssue.PNG

This is on abbeycarefoundation.com

I believe this is because there is nothing in the WPsubs 'form title' or 'form content' fields, as this text is taken care of by the H2.

So, I think I'm looking for some custom css to reduce the size of the form title and/or form content fields in wpsubs to zero, is this possible? Thanks
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
you can try to change the margin f the form with the custom CSS

Try this

Code: Select all

.icf-optin-form{margin-top: -10px}
This is the result https://www.dropbox.com/s/zh515x9ie0xr550/abbeycarefoundation.png?dl=0

Regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Thanks for this, but not getting any success with this, here's what I have in the css:

https://dl.dropboxusercontent.com/u/905 ... gissue.PNG

...is there another command that would solve this pls? Many thanks
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
Sorry I made a mistake, it's just

Code: Select all

{margin-top: -10px}
Regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Thanks! Now working. Much appreciated :)
Post Reply