Page 1 of 1

[SOLVED] How to center title on dynaform

Posted: Wed Feb 05, 2020 7:07 pm
by Bosatzu
Hello Everyone!

Can you help me out to center the title on a dynaform?
Sin título.png
Sin título.png (72 KiB) Viewed 9327 times

Re: [UNSOLVE] How to center title on dynaform

Posted: Thu Feb 06, 2020 4:30 am
by chieunh
Step 1: create file custom.css
Code: Select all
div.pmdynaform-field-title {
    text-align: center;
}
Step 2: copy file custom.css to: /opt/processmaker/workflow/public_html/assets/css
Step 3: add link /assets/css/custom.css to external libs in Dynaform

Re: [UNSOLVE] How to center title on dynaform

Posted: Mon Feb 10, 2020 5:54 pm
by Bosatzu
chieunh wrote: Thu Feb 06, 2020 4:30 am Step 1: create file custom.css
Code: Select all
div.pmdynaform-field-title {
    text-align: center;
}
Step 2: copy file custom.css to: /opt/processmaker/workflow/public_html/assets/css
Step 3: add link /assets/css/custom.css to external libs in Dynaform

It was the perfect solution! Thank you a lot.

Re: [SOLVED] How to center title on dynaform

Posted: Tue Mar 10, 2020 5:57 pm
by programerboy
Hi,
It's not a good way if you want to change it in your all dynaforms.
You must create new skin and change css in it.

https://pmlearning.info
Thanks

Re: [SOLVED] How to center title on dynaform

Posted: Thu Apr 14, 2022 5:51 am
by radley112
thank you!!!