Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366374
    watue
    Participant

    On my Pay Membership Dues page, at the bottom of the form, how do I get space between the checkboxes and the text that is at the right of the checkboxes? Also, how do I remove some of the space below Dues Owed?

    Login credentials are in a private post below.

    #1366375
    watue
    Participant
    This reply has been marked as private.
    #1366686
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    input[type="checkbox"] {
        margin-right: 15px;
    }
    
    form.wpcf7-form br {
        display: none;
    }

    Thanks.

    #1366692
    watue
    Participant

    Thank you.

    #1366790
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

  • <script> jQuery(function($){ $("#no-reply-1366374 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>