Hello,
I'm trying to move the Subscribe button to the left. It's currently centered. I can't seem to find the CSS code for it. Any help?
Thanks.
-Lucas
Hello,
I'm trying to move the Subscribe button to the left. It's currently centered. I can't seem to find the CSS code for it. Any help?
Thanks.
-Lucas
Lucas,
Try adding something like this to your style sheet
.gform_wrapper .gform_footer.right_label {
padding-left: 0 !important;
}
Thank you richardvav! Worked great.
Regards,
Lucas
No problem, glad you got it sorted.
Richard