Solved
How to move the "next" button to the center/bottom of page?
I am using the standard survey themes and would like to move the "next" button from the bottom-right of all pages to the bottom-center. None of the themes are formatted this way. Does anyone have CSS code they would be willing to share, or some other solution? Thanks in advance!
(Apologies if this question has been answered. I did quite a bit of searching but am new to the forum.)
Best answer by Matt_Christie_Walker
.Skin #Buttons {
text-align: center;
padding: 20px;
margin-top: 50px;
}
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.