asked on May 30, 2017
•
Show version history
I have tried various CSS elements to try to center the text of a single line field within a table. When I use
.CSSclass input {text-align: center!important;
display: block; margin: 0 auto;}
it appears correct when the form is active. However when it stores all the text goes back to being aligned on the left. Can someone help me?
0
0