How are label controls rotated in Nintex forms 2013?

  • 1 November 2016
  • 3 replies
  • 4 views

Badge +3

Can someone please explain how to rotate a label control (including text) 90 degrees anticlockwise using custom CSS in Nintex forms 2013?


3 replies

Badge +11

Hi ,

You can modify the nf-form-label css in the Form Settings and add the following:

transform: rotate (-90deg);

This will rotate the label 90 deg anticlockwise.

Badge +3

Thanks Kapil. This works. I just needed to copy the original nf-form-label, rename and include the transform: rotate(-90deg); in the new class as I only needed one vertical label - happy.png

Badge +11

Great. Please mark the answer as correct so others on the community looking for similar solution can get help.

Reply