
Solved
Aligning text vertically in column multiple choice response
I was told by Qualtrics help that I can't format text inside columns to align vertically to top of column. Here is a snapshot of what I currently have but I want the four columns to have text aligned to top of the column to match "Excel" category. I am guessing I need to insert HTML code using the rich text editor in each column but I tried valign=top and vertical align=top and it doesn't do anything to move the text up. Can someone help me please? Thanks so much!
!

Best answer by PraDeepKotian_XM
> @mlankau said:
> Thanks for responding so quickly. Unfortunately, the CSS code did not work to make the text move to the top of each column in the column choices. I can get the text up by putting in the blank spaces but that is time-consuming as I have to put in spacing then check alignment over and over again; is there a code I can put in when I open the html view of each column choice that speeds up the process? Thanks again, this is my first time on the Qualtrics community and you both made me feel supported!
>
> !
>
Here is the code for single answer choice type of questions:
.SingleAnswer {
padding-top: 0px;
padding-bottom: 90px;
height: 400px;
}
note: adjust the height as per your text & please check that you apply in the same required question otherwise it will apply in other similar question
!
>
Here is the code for single answer choice type of questions:
.SingleAnswer {
padding-top: 0px;
padding-bottom: 90px;
height: 400px;
}
note: adjust the height as per your text & please check that you apply in the same required question otherwise it will apply in other similar question
!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
