• Resolved sg1magar

    (@sg1magar)


    In this form’s Group Field I tried to using Additional CSS Classes in the field name-11 and use the code in custom css but it did not changed anything?
    Looking forward for your reply.

    Best Regards

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @sg1magar

    I hope you’re well today!

    Would you mind sharing the CSS that you tried already and some additional description of what do you want to achieve?

    It would make it easier for us to check the form on your site and provide some useful help.

    Thank you in advance!

    Best regards,
    Adam

    Thread Starter sg1magar

    (@sg1magar)

    Thankyou for your prompt reply.
    Inside the gield group
    I want the column width of 商品名 (name-11) 80% and rest 10% each.
    i inserted the css forminator-field-textarea-2 for name-11.
    Best Regards

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hi @sg1magar

    Since we are using Display Flex for the parent element the width attribute is not working here. You can try using the following css code:

    #name-11 {
        flex-grow: 8;
    }

    Please add into the form editor under the appearance => custom CSS, you may change the flex-grow number to find the best size fits your needs.

    Best Regards,
    Amin

    Thread Starter sg1magar

    (@sg1magar)

    Thankyou Admin,
    It changed the column width of initial defult column but when I repeat the group the next row’s column width remained unchanged.

    Best Regards

    Thread Starter sg1magar

    (@sg1magar)

    I also tried field > styling > Additional Css Classes > kanamename and using this css name in customize css .kanamename { flex-grow: 8; } but nothing changed.

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @sg1magar,

    Wouldn’t you mind sharing an export of the form so that we can take a closer look at this and help you further? Please share the export of the form using Google Drive or Pastebin.com.

    I hope the following guide comes in handy: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    Kind Regards,
    Nebu John

    Thread Starter sg1magar

    (@sg1magar)

    Hi Nebu John I have attached the export file in this drive.
    https://drive.google.com/file/d/17yZGdwnZOtuLwGejXDztAuUNnp13CWmi/view?usp=drive_link

    Looking forward for your solution
    Best Regards

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @sg1magar,

    It appears the Form export shared from Google Drive is private, so I couldn’t check it. You’ll have to make the URL public if you want us to access it.

    However, I gave a quick check via the page and it appears the following CSS should work based on the existing class you have added:

    #group-1 > .forminator-all-group-copies > .forminator-grouped-fields > .forminator-row > .kanamename {
    flex-grow: 8;
    }

    Could you please check and see how that goes? You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do let us know how that goes.

    Kind Regards,

    Nithin

    Thread Starter sg1magar

    (@sg1magar)

    Thankyou Very Much Nithin
    It worked properly.

    Best Regards

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