• Resolved mstudioIL

    (@mstudioil)


    I need to have the labels on right and the textbox on the left, how I can change the this order?
    I want also the change the order of the fields, for example:
    username, first name, last name.
    How to do it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi studio,

    If you go to the “Fields” tab, you can drag and drop the fields in the table there into the order in which you want them to appear.

    You’d probably have to use some custom CSS to get the labels over to the right side of the textbox. For example:

    .feup-pure-form-aligned .feup-pure-control-group label {
    float: right;
    }
    
    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I will try it. I need to use CSS media queries do change the order also for mobiles?

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Studio,

    It will also change ordering in mobile device. It is depend on your current theme as well. If for some reason it is not. You may try use media query.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘RTL support’ is closed to new replies.