Hi, how can I center align the submit button of the gravity forms plugin?
I tried:
div.gform_footer.top_label {
text-align: center !important;
}
But that doesn’t seem to work.
Thanks!
Hey DROR,
use this code:
#gform_submit_button_2 {
position: relative;
right: 30% !important;
}
and adjust as needed.
Best regards,
Andy
This makes it a problem on mobile devices. There is no way to make it align to the center on all screens?
Hi,
no, not really. You need to add media queries to my code for smaller devices. Refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy
div.gform_footer.top_label {
text-align: center;
}
Hi bakbek,
I have checked it and it seems to be centered already, let us know if you need more assistance.
@M1000000: thanks for helping out :)
Best regards,
Nikko