Move sublabels to right of input box

  • wasson
    Asked on April 16, 2015 at 11:51 AM

    Trying to move only specific sub labels to the right of their associated input boxes.

    I have tried the following CSS: 

    /* Move a field's sublabel to the right */

    #input_127.form-sub-label { display: none !important; }

     

     

    Also tried:

    /* Move a field's sublabel to the right */

    #input_127.form-sub-label { display: inline !important; }

     

     

    but it's not working.

    input_27 = Living Space ... trying to move "square feet" to the right of input box.

     

  • wasson
    Replied on April 16, 2015 at 4:28 PM

    Awesome, worked like a charm!  Thanks very much.