I'm currently having an issue that I can't seem to resolve. I've got a very simple form with very simple CSS. They text input and fields are centered when the Form is active, but once it is saved into the repository my Single Line entries lose there input position and revert back to the left side of the container.
Current CSS:
/* Centers Fields and input */
.centered div.cf-field, div.cf-field input, .cf-label, .cf-address {display:inline-block; text-align:center}
What Forms looks like.
What the PDF in Repo looks like.