Solved
Position of next button
Hello, does someone know how can I centralize my next/submit button? I would like it to be positioned on the center, not on the right side.
Best answer by TomG
> @maria_sozio said:
> Thank you, Tom!
> What should I do if I need to do this with one specific button (e.g. the last one, to finish the survey)?
> Thank you a lot.
Instead of putting the CSS in Look & Feel, put it in a style tag in the Question Text of a question on the last page (use HTML Mode):
```
Your question text
<style>
.Skin #Buttons {text-align:center;}
</style>
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.