Forums

Align submit button to the right

Mastertuki 15 Jun, 2015
Hello everybody!

I'm used chronoforms since Joomla 1.5 , and since then, I could change the "submit" button position left to right on the component options. But on V5, that option disappeared, and I can't do that.

Where I can change the position? Thanks!
GreyHead 15 Jun, 2015
Hi Mastertuki,

You can do it with CSS
#fin-my_submit_button {
  float: right;
}
and replace my_submit_button with the name of your submit button

Bob
Mastertuki 16 Jun, 2015
Thanks! It works!

One more doubt and I will left you alone, I promise😉 Is posible to do something like this on chronoforms?



Thanks!
GreyHead 16 Jun, 2015
Hi Mastertuki,

Yes, you can either do it with custom HTML in a Custom Code element (from the Advanced elements group); or you can use a MultiField element and add a check box and a text input to it.

Bob
Mastertuki 16 Jun, 2015
Ok, I tried... But...



I tried everything to align both, but everytime I try, the whole form moves...
GreyHead 17 Jun, 2015
1 Likes
Hi Mastertuki,

I got this by leaving some labels empty.

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