File subscriptions.php
1646: $buffer .= ‘<input type=”checkbox” name=”ny” required class=”tnp-privacy”> nbsp;’;
please delete useless space “nbsp;” for privacy field in sunbsciption fields. He’s in the way. if you want have space, use css style
I cant use display flex for this field. Please check tnp-privacy-field. Remove please parent label in this block.
You can do:
<div class=”tnp-privacy-field”>
<input type=”checkbox”>
<label></label> or < a></ a>
</div>
you have:
<div class=”tnp-privacy-field”>
<label>
<input type=”checkbox”>
< a></ a>
</label>
</div>
why? its not right.
Thanks, its topic for the help