CSS to remove space between rows in Side by Side Fields

Home Forums Classic DFFS CSS to remove space between rows in Side by Side Fields

Viewing 2 reply threads
  • Author
    Posts
    • #6244
      Benjamin Hawcroft
      Participant

        Does anyone have any suggestions on the easiest way to remove some of the white space between rows in edit new and display forms ?
        I have been playing around with padding and height for the ms-form and sbs-Outer elements but am not managing to compress the rows.

        Attachments:
      • #6248
        Alexander Bautz
        Keymaster

          Hi,
          This should remove the padding:

          td.ms-formlabel, td.ms-formbody{
          	padding-top:0px;
          	padding-bottom:0px;
          }

          Add this to the Custom CSS in the Misc tab.

          Alexander

        • #6255
          Benjamin Hawcroft
          Participant

            Thank you ! That worked brilliantly 🙂

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