Viewing 2 replies - 1 through 2 (of 2 total)
  • would love this option as well.

    @dan plante, try this code in your custom css. it worked great for me.

    form.nsu-form{ float:right; }
    form.nsu-form label{ display:none; } /* like you did already */
    form.nsu-form p{ display:inline-block; margin-right:5px; margin-bottom:0; }
    form.nsu-form p:last-child{ margin-right:0; }

    of course, always best to apply this to a CHILD theme so you don’t lose the updates on your future upgrades.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button’ is closed to new replies.