Skip to content
POWR Help Center home
InboxAsk a human

Align checkbox within the forms

Note: This is for Pro and Business users only.

In the default settings, when the checkbox within the marketing permissions is not aligned with the text body. POWR Pro and Business customers can add custom code to any POWR Plugin. You can add CSS in Design > Advanced > Custom CSS.

Kindly use the code below: 

.radio, .checkbox {    display: inline; }

image.png