Please see images. I have attempted to widen the length of the field and I just do not have the right CSS code. Code you please provide the right css code for to expand the field vertically? I would like the fields to be the same length - just like the prostar template.
Thank you, Wrina
note: image of t4 template :: T4-field spacing image of prostar:: T4-field spacing-2
iamwe361 Hi Your custom.css file has this code
.input-append input[type=text] { width: 100px; }
replace it with
.fabrikSubElementContainer .input-append input[type=text] { min-width: 128px!important; }
save, clear cache and check.
Regards