CSS Help on Multiselect Lookup Field

Forums General discussion CSS Help on Multiselect Lookup Field

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #32581
      William Ellis
      Participant

      I am trying to widen the Select and Selected sections of a multiselect lookup field. I have two sbs columns, and this is a single field in one of the rows. The other sbs fields are fine, but this one is giving me issues. Hopefully the attachment helps describe it more. I’d like to widen the selection boxes outlined in red without impacting the other sbs rows.

      Still new to CSS and struggling on this one. Any help is greatly appreciated!

    • #32587
      Alexander Bautz
      Keymaster

      Use Custom CSS like this:

      #dffs_YOUR_LOOKUP_COLUMN select{
          width:300px!important;
      }

      Replace YOUR_LOOKUP_COLUMN with the internal name of your field.

      Alexander

    • #32600
      William Ellis
      Participant

      That did it! Figured it was something simple I was missing! Thank you!!!!

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