Login button in row

jdigital

New Member
Wrap the login button in a row so that it's not right up against the recaptcha. I can add
CSS:
.g-recaptcha { margin-bottom: 24px; }
to my css but on pages like the submit support ticket, the submit button is in a row so i end up with double the space which isn't terrible, but...
 
Back
Top