Change position of text

Demonstration of manipulation text postion

Manipulation of the text position

.XTextField[name=tfTextRight] {

    text-align: right;

}


Manipulation of label text position

.CXTextField[xn=tfLabelCenter] label {

    text-align: center;

    width: 100%;

}