Place checkbox button text on opposite side or not wrapping

  • AgilityAssoc.Canada
    Asked on January 3, 2018 at 6:29 PM

    Hi, 

    On my form 73543534108959 I have a checkbox that I want to place the text on the left.

    My injected code:

    #label_input_92_0,#label_input_92_1 {
        font-size : 11pt
        unicode-bidi : bidi-override;
        float : left; }

    Didn't help. 

    What I'm actually trying to do is have the text not wrapping, on one line only.

    I have messed with margins, widths, padding. So, I was thinKing perhaps text on the left might work.  

    Regards, Robert

  • Jan
    Replied on January 3, 2018 at 8:24 PM

    Are you referring to the "VIEW" single choice field? My understanding is that you want it to align the options in a single row. If yes, then please use the CSS code below:

    #cid_92 .form-radio-item {
    width: 190px !important;
    }

    Here's the result:

    151502881701 04 b5e24 Screenshot 10

    Hope that helps. Thank you.

  • AgilityAssoc.Canada
    Replied on January 4, 2018 at 10:33 AM

    Hi, Yes that is exactly what I wanted. Thank you.


    Regards, Robert