Page 1 of 1

Remove spacing for form title and content?

Posted: Wed Apr 29, 2015 5:29 pm
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

Posted: Wed Apr 29, 2015 7:43 pm
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

Posted: Thu Apr 30, 2015 12:22 pm
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

Posted: Thu Apr 30, 2015 1:07 pm
by Jean-Christophe Bisoux
Hi,
Sorry I made a mistake, it's just

Code: Select all

{margin-top: -10px}
Regards,
JC

Posted: Thu Apr 30, 2015 1:24 pm
by nigelfaraday67
Thanks! Now working. Much appreciated :)