How to center align text fields. centered custom css class working only for buttons
I want to align all fields given in layout to center in a straight way to avoid unnecessary customization did with multiple layouts to align text/ labels to center relatively to their previous entries.
I have tried defining one class as below in my userworkform, and, referred this class in layout advance presentation options and still its not happening. Using existing centered class is only aligning buttons but not labels or readonly text fields that i have in my layout.
.textCenteredClass{ text-align:center;
}