Thursday 25 June 2015

Nintex Form Reduce width of DateTime control

********************************
To reduce the width of DateTime control, go to Nintex Form Settings >> Custom CSS and add below 
.cu-date
{
width: 120px !important;
}

.cu-date input
{
width: 70px;
}

and add cu-date class to Date\Time control 

********************************

No comments: