Skip to main content
Nintex Community Menu Bar

People Picker Control adjust control size

  • April 21, 2017
  • 4 replies
  • 28 views

Forum|alt.badge.img+1

I'm a newbie in Nintex. How do i apply a custom css in a people picker control? I want to adjust the height and width of the People Picker Control. Thanks in advance?

4 replies

Forum|alt.badge.img+4

Hello,

the fastest way is to use custom CSS in form settings.

Specify the rule for class, which is used for people picker control.


Forum|alt.badge.img+1
  • Author
  • April 24, 2017

I added this in my Form Settings

Added this CSS class in Form Settings

Then Call the CSS in Control Settings

Still doesn't work.


Forum|alt.badge.img+14
  • Scholar
  • April 24, 2017

remove 'dot' character from 'CSS class' control setting.

this way the dot is considered to be part of class name and hence it doesn't match your selector in CSS definition


Forum|alt.badge.img+1
  • Author
  • April 27, 2017

Oh well.. something obvious that i missed! Thanks alot happy.png