This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Width of Time columns


  1. daviddelmonte
    Member

    I have created a form using the standard time function hh : mm (am/pm).

    The AM/PM selector is too narrow and is cropped. Is there a way to widen it?

    Thanks

    David

    Posted 15 years ago #
  2. yuniar

    Yes, you can use CSS. View the HTML source of your form, get the id of your AM/PM dropdown.

    Let say the id is element_1_4 -- then add this code:

    #element_1_4 {
      width: 7em !important;
    }

    you can adjust the width as needed.


    MachForm Founder

    Posted 15 years ago #
  3. daviddelmonte
    Member

    5em works great.. Thanks!!

    Posted 15 years ago #

RSS feed for this topic

Reply