DispForm Label Column Width

Forums Classic DFFS DispForm Label Column Width

Viewing 3 reply threads
  • Author
    Posts
    • #9080
      Kasey
      Participant

      I am having an issue with the width of my form label column in DispForm (50% of the form width). NewForm and EditForm have no issues. I am using cascading dropdowns and a multi: cascading dropdown and a vlookup column. I have 4 tabs and all of them have the issue. I have tried applying custom css to ms-formlable and ms-standardheader with no avail. I dont have any field css applied. Any ideas how to reduce the width of the form labels in NewForm?

      Version information
      Autocomplete: not loaded
      Cascading dropdowns: 3.526
      DFFS frontend: 4.359
      DFFS frontend CSS: 4.12 / 4.11
      jQuery: 1.11.3
      Lookup: not loaded
      Resource management: not loaded
      SPJS-Utility: 1.255
      vLookup: frontend v2.252

    • #9157
      Alexander Bautz
      Keymaster

      Try this in the custom JS textarea:

      td.ms-formlabel{
      	width:200px!important;
      }
    • #9175
      Kasey
      Participant

      I had already tried that but I treid it again with no luck. It looks fine in a modal but if I ever want to turn the modal off the DispForm labels are far too wide.

    • #9177
      Alexander Bautz
      Keymaster

      It’s hard to tell without looking at it “live”, but if you try using the dev tools – right click one of the labels and select “Inspect element”. Look at the style of the “

      ” – what styles are applied?

      Alexander

Viewing 3 reply threads
  • You must be logged in to reply to this topic.