Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m trying to figure out the same thing. I have a list of check boxes and I want the check boxes to be on the left of the labels for a cleaner look. Can’t figure it out for the life of me. Anyone?

    Try this, on the form edit page
    Change the style settings
    Change all the text-align:left;
    to text-align:right;

    Does that work?

    Thread Starter abswp

    (@abswp)

    Hi Mike,

    Thanks you for your reply.

    I tried these things already and they didn’t work. The problem is that the labels are hard coded before the form fields.

    I found a solution that works but it is not an elegant one. What I did is I copied the code from the source and manually moved the labels after the form fields and then pasted the code on the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move field labels to the right side’ is closed to new replies.