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

    (@wpmudevsupport11)

    Hi @thebusinesscat,

    Hope you are doing great today.

    The behaviour you notice is due to the form being responsive, the text of your select field ie “Did the software help you to trade better than before? *
    ” is long, and hence that pushes the select field lower.

    The quick workaround for this would be to either rewrite the text “Did the software help you to trade better than before?” to a shorter text, or you can add this CSS to resolve this out of the box.

    #select-6 > div > label {
    	white-space: nowrap;
    }

    The above CSS can be added via via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do let us know if you have any further queries.

    Best Regards,
    Nithi

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @thebusinesscat ,

    We haven’t heard from you for some time now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align Form Fields’ is closed to new replies.