Hi,
Is it possible to align the send button of a form (via forms for editors) to the left instead of right?
Best regards
Gerard
Developer forum
E-mail notifications
Alignment send button
Gerard Kocks
Posted on 23/11/2018 11:31:52
Replies
Martin Gammelholm
Posted on 23/11/2018 14:46:12
Hi Gerard,
There is no functionality to control the position of the button in the CMS. But you can easily control it from the template.
Open the form template which is used on the paragraph.
Find the submit button and replace the standard u-pull--left class with u-pull--right.
Or you can insert your own class and style it the way you want.
BR
Martin
Nicolai Pedersen
Posted on 23/11/2018 14:50:03
You can only do that with css in ignite:
form input[type=submit].u-pull--right{
float:left;
}
BR Nicolai
Nicolai Pedersen
Posted on 23/11/2018 14:50:30
@Martin: No template changes!! Just use css... :-)
You must be logged in to post in the forum

