• Hello,

    Don’t know why but impossible to align checkbox with text in acceptance tag.
    I try to put it in a container with specific class but doesn’t work.

    Can somebody help me?

    form code

    <form>...
    <div class="form-row">
    <div class="col"><label><b> Message:</b>[textarea message]</label></div>
    <div class="col">[file piece-jointe limit:5mb filetypes:doc|docx|PDF]</div>
    </div>
    <div class="col-md-12">[acceptance acceptation-donnees]Les informations récoltées ont pour but de vous mettre en contact avec la Société SANTECONCEPT selon les conditions indiquées dans notre <a href="https://santeconcept.com/conditions-generales-de-vente">politique de confidentialité</a>[/acceptance]</div>
    <div class="col-md-12">J'accepte de recevoir des offres promotionnelles de la part du site SANTECONCEPT
    [checkbox* marketing label_first "Oui" "Non"]</div>
    <div class="form-row">[submit "Envoyer un message"]</div>
    </form>

    custom css:

    #wpcf7-f3195-p62-o1{
    	border:1px solid #1b94d1;
    	margin-bottom:2%;
    }
    .woocommerce form .form-row textarea{ height:5%;}
    .wpcf7-form .wpcf7-submit {
        background: #1b94d1;
    	border-color: #1b94d1;
    	padding: 1% 2%;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Acceptance checkbox not align with text’ is closed to new replies.