Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Simple CSS question

I've looked at the sample CSS help topic which dives in at the deep end with some complex CSS.
My task is much simpler: reduce the width of a single text box.
My textbox name is: CurWeekTotal and I have added this CSS via the custom CSS feature

.CurWeekTotal {width:50px;}

But nothing happens. Is the issue with my CSS or does Nitro need something else added?

Hi @jay,

Please navigate to NITRO Forms designer for the list --> Expand ‘Advanced’ section (from left hand panel) --> Custom CSS --> Specify custom CSS as shown below (please refer the attached file) --> Click Ok --> Publish the NITRO Forms.

Custom CSS:

input#ccs_control_Name.form-control {width: 50%;}

Note: Please replace ‘Name’ with internal name of the single line of text column in above CSS.

 

Uploaded files:
  • ColumnWidth.png

Perfect thanks