You are viewing limited content. For full access, please sign in.

Question

Question

Unable to center text in a table field when storing in Laserfiche

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

Replies

replied on June 4, 2017

There is no input element on the submitted form, so the css won't work on view submitted form/file saved to repository.

Add this css:

.CSSclass .ro {text-align: center!important;
                         display: block; margin: 0 auto;}

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.