• Resolved sg1magar

    (@sg1magar)


    Hi,
    In my repeater group fields group-1, 7 ….
    I added custom css in group-1 > select 1, group-7 > select 10,

    in appearance> customs css added
    group-1 > .forminator-all-group-copies > .forminator-grouped-fields > .forminator-row > .kanamettl { flex-grow: 5; } group-7 > .forminator-all-group-copies > .forminator-grouped-fields > .forminator-row > .ptttl { flex-grow: 5 !important;

    But Flex-grow only applies to one group and doesnot apply in second one.

    How can I apply flex grow to selected group fields certain fields?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @sg1magar

    I hope you are doing well today.

    Can you export your form, upload it to Google Drive, and share a link in your next reply so that we can be on the same page with your form setup and review this for you?

    Kind Regards,
    Kris

    Thread Starter sg1magar

    (@sg1magar)

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @sg1magar,

    On my test site flex-grow starts working only if I set display: flex; for that element, for example:

    group-1 > .forminator-all-group-copies > .forminator-grouped-fields > .forminator-row > .kanamettl {
        display: flex;
        flex-grow: 5;
    }

    It works the same way for other groups, otherwise doesn’t change anything.

    Could you please test on your end, whether using display: flex; rule helps. Let us know if you need any further assistance.

    Best Regards,
    Dmytro

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @sg1magar,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.

    Kind Regards
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.