Align to right in matrix | XM Community
Skip to main content

Hi!

I’m writing a questionnaire in Hebrew. 

I made sure all the questions in the matrix are aligned to the right, and it looks fine in the editing more.

However, when I switch to preview, it appears to be aligned to the left!

What am I doing wrong? :(

 

**Editing - I now realized that only the shorter questions that only take up one row won't indent right

 

Hi, have you tried setting the Base language to Hebrew in the Translations section? This will make all of the survey read right to left instead of left to right.

To your original question though, try adding the below CSS to the Style section of the survey's Look & Feel:

.JFEScope .Skin .q-matrix .table-cell {
text-align: right !important;
}

 


It worked - thank you so much!


Leave a Reply