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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Where to put CSS code to widen fields


  1. Petermgr
    Member

    Hi,

    I want to widen the Name field. So I entered the following into the Advanced CSS on my form:

    #element_1_1 {
    width:50%;
    }

    #element_1_2 {
    width:40%;
    }

    However, no result.

    Am I supposed to enter this into an actual .css file? If so, which .css file should I be looking for in my Machform directory?

    Thanks,

    Peter

    Posted 11 years ago #
  2. Petermgr
    Member

    Never mind, using this to adjust the fields;

    #element_1_1 {
    width: 100px;
    }

    #element_1_2 {
    width: 200px;
    }

    #element_8_other{
    width: 400px;
    }

    In Advanced CSS

    Posted 11 years ago #
  3. leonnb
    Member

    Hi Peter,

    thanx. But where can I find this Advanced CSS?

    Posted 11 years ago #
  4. Petermgr
    Member

    Hi Leon,

    Here are some screen shots I took for entering Advanced CSS:

    Step1: Open the Theme you want to edit: Step1 image

    Step 2: Make sure the Editor has your Theme open and then select Advanced CSS: Step2 image

    Step 3: Enter your CSS code. Then select "I'm done editing": Step3 image

    Peter

    Posted 11 years ago #
  5. timmer
    Member

    Peter,

    Thanks for the detailed instructions - that was very helpful!

    Posted 11 years ago #

RSS feed for this topic

Reply