Okay
  Public Ticket #2322566
CF7 Formating
Closed

Comments

  • pstauber started the conversation

    Dear Support Team,

    I hope these are my last questions related to your great theme:

    1. How am I controlling the width of the lines shown (see link)? Can I make them wider? What would be the CSS? It looks like there is something in place, which prevents me from doing so. 

    2. Somehow I have difficulties with the GDPR checkbox, which appears in the middle of everything. It should actually appear in the front of the GDPR phrase.

    Thank you.





  •  675
    Neuron replied

    Hi,

    No worries, feel free to ask for anything you needsmile.png

    1) By default they're wrapped in label tags from Contact Form 7, so you can either remove them by editing the form or add the following style.

    .wpcf7-form label {
        width: 100% !important;
    }

    2) Please add the following style.

    .wpcf7-form-control-wrap.consent-checkbox label {
        display: flex !important;
        align-items: center !important;
    }
    .wpcf7-form-control-wrap.consent-checkbox input {
        width: fit-content !important;
    }
    

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.