• Resolved Enen

    (@nnagarajan7)


    Hi,

    I am testing your plugin in my blog site. Is there any way I can reduce the width of a particular field. For e.g., Title field in the name where Mr. / Mrs. / Dr. will appear. The default field size is quite wide.

    Thanks,

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

    (@wpmudev-support8)

    Hi @nnagarajan7

    I hope you’re well today!

    Forminator uses “grid” to display fields so in form builder you can only reorganize fields (e.g. make them display in two or three columns) but not resize.

    To resize any specific field some additional CSS would be needed. Each field has a “Styling” setting where you can define custom CSS class.

    You would need to add such custom class first, let’s say it’s

    .mynamefield

    Note that in field settings you put that without the starting dot!

    Then you can add this CSS to site:

    .mynamefield {
    	max-width:200px;
    }

    The 200px width here is just an example and you can adjust it to your needs.

    You may need to clear cache on site after adding CSS but aside of that – it should work out of the box.

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @nnagarajan7 ,

    We haven’t heard from you for over 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

    Thread Starter Enen

    (@nnagarajan7)

    I am extremely sorry for the delayed reply. I have not tried this yet. I will re-open the ticket if I face any issues. Thanks for your support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resizing the field width’ is closed to new replies.