how can I align the matrix survey to the right?

  • ecotraders
    Asked on June 18, 2015 at 10:05 AM

    I tried the css for aligning the form to the right and it works well, but, the rows int the matrix survey are still alignd left.

    is there a way to fix it?

  • ibrahim JotForm UI Developer
    Replied on June 18, 2015 at 10:13 AM

    Hi,

    You can add this code blocks: 

    .form-matrix-row-headers {

    text-align: right

    }

    Thanks.