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
Started 11 years ago by Petermgr | 5 posts |
-
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 # -
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 # -
Hi Peter,
thanx. But where can I find this Advanced CSS?
Posted 11 years ago # -
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 # -
Peter,
Thanks for the detailed instructions - that was very helpful!
Posted 11 years ago #
Reply
You must log in to post.