• Resolved finomozart

    (@finomozart)


    I’d like to reduce the width of “# of tickets” input text box by 25%, reduce the with of “Date/Coupon” box also by 25% AND increase the width of the “Name, number, street…” box to equal the total reductions. Must not cut off any letters from the labels above the text boxes Thanks.

    • This topic was modified 1 year, 11 months ago by finomozart.
    • This topic was modified 1 year, 11 months ago by finomozart.
    • This topic was modified 1 year, 11 months ago by finomozart.
    • This topic was modified 1 year, 11 months ago by finomozart.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @finomozart

    Hope you are doing fine.

    Could you try the following code? It will help increase the address field and reduce the “#tickets” and “Date/Coupon” fields. The code can be added in the Appearance > Customize > Additional CSS section.

    #forminator-module-390 div[id^="address-1"] {
        flex-grow: 4!important;
    }

    Hope this information helps

    Kind regards

    Luis

    Thread Starter finomozart

    (@finomozart)

    Thanks, good job!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text box widths’ is closed to new replies.