Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello,

    Please try adding this to the css tab of your form:

    .rednaoFormContainer .redNaoRadio,.rednaoFormContainer .redNaoCheckBox {
    padding-left:0 !important;
    padding-right: 20px !important;
    }
    .rednaoFormContainer .redNaoRadio:before, .redNaoRadio:after,.rednaoFormContainer .redNaoCheckBox:before{
    position: absolute; top: 0; right: 0px !important;
    left:auto !important;

    }

    .rednaoFormContainer .redNaoCheckBox:after {
    left:auto !important;
    position: absolute; top: 0; right: -3px !important;
    }

    This should do the trick =), regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Need to reverse the check box location on your multiple radial’ is closed to new replies.