heliocristovao
Member
Posted 1 year ago #
Hello, I installed mailpress, all is working fine, but I´d like to
change the looks of the Subscription Form Widget, customize it.
I just want to add a space between fields, and a brief text
introduction. Please view this image that explains the situation:
Image Here
Any hints, please?
Thanks for support.
http://wordpress.org/extend/plugins/mailpress/
inpixelitrust
Member
Posted 1 year ago #
Hello :)
Looks like a css issue, you just have to add a margin-bottom to the first input:
.MailPressFormEmail {
margin-bottom:10px;}
(MailPressFormEmail beeing the class name firebug gives me)