• Resolved nicecap

    (@nicecap)


    Hello.

    in the field setting you can set the field width.
    The description suggests that you can enter a percentage for the width: “Leave empty to set the width to 100%.” but the fied itself won’t accept a percentage – as an example I want 2 columns with 40% and 60% each.

    Is this possible?

    Chris

Viewing 1 replies (of 1 total)
  • Plugin Support Mane Grigoryan

    (@manegr)

    Hi dear @nicecap ,
    Thanks for your inquiry.

    You can get the desired result using the following Custom CSS Code.

    div[wdid="2"] {
    flex: 6 !important;
    }
    div[wdid="3"] {
    flex: 4 !important;
    }
    

    Please, use with your column ids to change the wdid value.

    Best Regards,
    Mane

Viewing 1 replies (of 1 total)
  • The topic ‘Field width in %’ is closed to new replies.