Home Forums Newsletter Plugin Support Delete useless space

  • This topic has 1 reply, 1 voice, and was last updated 1 year ago by Anonymous.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #298639
    Anonymous
    Inactive

    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

    #298640
    Anonymous
    Inactive

    or add filters

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.