• Resolved ncitizen

    (@ncitizen)


    Hi.

    Pls, how do I centre and change the size(length) of the HTML field?

    What I have here is aligned to the left.

    Thanks.

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

    (@wpmudevsupport11)

    Hi @ncitizen,

    It’ll require custom CSS to make such changes. You can add custom CSS based on the field ID as shown in the following screenshot:

    Screenshot at 16:58:48.png

    For example:

    #html-1 {
        text-align: center;
    }

    The above CSS can be added in the forms custom CSS section as shared below:

    Screenshot at 17:00:03.png

    If you want to customize it further then please share a page URL where you have the form so that we could better assist with the CSS if needed.

    Please do let us know how that goes.

    Best Regards,

    Nithin

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ncitizen ,

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

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Html Field Size’ is closed to new replies.