Hey,
I want to put my next button in general in the centre at the end of every page and added the CSS like
.Skin .QuestionBody table.ChoiceStructure{ width: 850px !important;}
.Skin #Buttons {text-align:center;}
Unfortunately, the button is still on the right side at the end of the page and the added CSS doesn’t work.
As I’m new to Qualtrics I don’t know what to change.. Any idea why it doesn’t work?
Thanks a lot!
Hey,
I want to put my next button in general in the centre at the end of every page and added the CSS like
.Skin .QuestionBody table.ChoiceStructure{ width: 850px !important;}
.Skin #Buttons {text-align:center;}
Unfortunately, the button is still on the right side at the end of the page and the added CSS doesn’t work.
As I’m new to Qualtrics I don’t know what to change.. Any idea why it doesn’t work?
Thanks a lot!
#Buttons {
text-align: center;
}
.NextButton {
margin: 0 auto !important;
display: block;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.