• Resolved finomozart

    (@finomozart)


    On Forminator module 390, I need the address-1 and the text-1 to be 75% each. Does the new CSS you will be providing need to be added into a new php file or can it be added to the same php file I modified for module 622 earlier?
    Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @finomozart

    Just replied to your similar thread with more info and a small video guide on how to create CSS to resize Forminator fields. Check it out here.

    Here’s the CSS rules to accomplish this on form 390:

    #forminator-module-390 div[id^="address-1"],
    #forminator-module-390 div[id^="text-1"] {
        flex-grow: 2;
    }

    Hope this helped!

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @finomozart

    I hope you are doing good today.

    Please check @aakash8 reply as the solution he gave seems to be valid for those cases.

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @finomozart ,

    We haven’t heard from you for a week now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if
    needed.

    Kind regards
    Kasia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NEW field(s) resize issue (not a duplicate post!)’ is closed to new replies.