Side-by-Side readonly width

Home Forums Classic DFFS Side-by-Side readonly width

Tagged: ,

Viewing 4 reply threads
  • Author
    Posts
    • #7500
      Corina Honegger
      Participant

        Hi

        I have one Side-by-Side row with three readonly fields, from each the title is showed on top. They are stretched along the whole side, but actually i want to give them fixed width like 300px. I tried it with a fixed width in Field CSS and also in CSS section with
        #sbs_OuterTR_3 input{
        width:300px !important;
        }
        But nothing works, they still have the whole width divided trough three. How can i change this? Because all other Side-by-Side rows are not divided to parts with same width, maybe because they are other field types or not read-only.

        Thank you!

      • #7502
        Corina Honegger
        Participant

          I just realized that when the fields change to read-only (i have a workflow form and depending on the status some fields become read-only) the whole view and with changes. Isn’t it possible to use the same css field styles when they are editable and read-only?

        • #7524
          Alexander Bautz
          Keymaster

            Hi,
            Can you add a screenshot of your form layout and the CSS you have applied?

            Alexander

          • #7614
            Corina Honegger
            Participant

              Hi

              I have now fixed the columns width in field css directly. This works so far.

              Thanks

            • #7631
              Alexander Bautz
              Keymaster

                I’m glad you figured it out.

                Alexander

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