Change the name field width

Forums Classic DFFS Change the name field width

Viewing 1 reply thread
  • Author
    Posts
    • #14520
      Roberto Garcia
      Participant

      Afternoon Alexander (Thanks for all the help and support)

      Question, how do I change the “change the name field width”. In the enclose image you can see that the field names are moved to the second line since it doesn’t fit in the column width. You can see the image to have a better understanding.

      example: Field “Invoice Creator Name” .. how can I make it appear in just one row and not in two like it is currently happening.

      I am using side-by-side. but not in all the columns. The ones that I need in one line are out of the side-by-side.

      Hope that I made sense.

      Thanks and please have a great day

    • #14576
      Alexander Bautz
      Keymaster

      Hi,
      I’m not 100% sure I understand, but try inserting this in the Custom CSS in DFFS backend:

      .ms-formlabel{
          width:200px;
      }

      Change 200 to whatever number you need to get the layout you want.

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.