Guys can someone help with some .CSS so I can make the submit button line up horizontally with the email field for my Newsletter subscription form please?
The form is in the footer, left hand side of this site:
PitchStock.com
The form ID is: 4.
Guys can someone help with some .CSS so I can make the submit button line up horizontally with the email field for my Newsletter subscription form please?
The form is in the footer, left hand side of this site:
PitchStock.com
The form ID is: 4.
Try placing this in your themes stylesheet, I have just guessed the positioning so you can play around with the margin settings to get it where you want
#gform_widget-2 .gform_footer.top_label {
float: right;
margin: -70px 100px 0 0;
}
Regards,
Richard
--
Just another member of the community helping out where I can
Legend! Yes that sorted it : ) thanks Richard, much appreciated.
You're welcome