How to set field display bigger other than using boostrap class?

By "bigger" you mean longer, i.e. field width?

You can apply any custom CSS you want in a custom_css.php, see the wiki:

http://www.fabrikar.com/forums/index.php?wiki/form-and-details-templates/

So to set the width for all field elements, you would do ...

Code:
input.fabrikinput.inputbox {
   width: 250px;
}

.... or you can be as selective as you want with the selector, maybe specify just an individual field element id, or all inputs on a specific form, etc.

If you need help with the selector, to narrow it down to just the fields you want to change, let us know the details.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top