How to center the text part of the Header?
-
Mastergardener1Asked on December 27, 2017 at 10:26 PM
I am trying to get the following information to center on these separate lines and it just is not doing it! Please help!!
Saturday, March 24, 2018
Cumberland County Extension Office
Charlie Rose Agro-Expo
Center Crown Coliseum Complex
301 East Mountain Drive
Fayetteville, NC 28306
Please reply to Lgrates@nc.rr.com as I am the one doing the form. Thanks!
This is a re-post of a comment on How to Inject Custom CSS Codes
-
Nik_CAnswered on December 28, 2017 at 02:04 AM
Since you cannot adjust part of the header with CSS, I would rather use Text field and adjust it to be a part of the Header:
So, remove the text part of your Header and add it to Text field, then it can be adjusted with CSS:
li#id_24 {
width: 350px;
margin-left: 50%;
margin-top: -63%;
}
Now, the yellow part is ID of my field, but it can be different for you, you can check it by following: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names
If you need any assistance please let us know.
You can check my test form as well: https://form.jotform.com/73611296751964
Thank you!