Forums

Submin button to the right

bamond 07 Feb, 2014
Hello !
please tell me how to do that would be a submit button on the right of the base form 🙄 😢

Thanks!
GreyHead 07 Feb, 2014
Hi bamond,

You can probably do it with CSS, on the form I tested this works
#fin-button26 {
  float: right;
}
but the id of the element you need to apply it to will be different in your form.

Bob
This topic is locked and no more replies can be posted.