Good morning. So we just upgraded our version of forms from 10.4 to 11.4 and am running into some issues just due to differences and not being familiar with 11. I am looking to get CSS code to center the form description. The CSS that I was using in 10.4 are not working. I am currently using h1 {text-align: center;} to center the form title which is working fine. Any assistance would be much appreciated.
Question
Question
Centering form description
asked on August 7, 2023
0
0
Answer
SELECTED ANSWER
replied on August 7, 2023
•
Show version history
Hi Douglas,
Using the Modern designer:
.form-description { text-align: center; }
Using the Classic designer:
#form-title-wrap > label {text-align: center;}
1
0