Okay
  Public Ticket #2814249
contact form
Closed

Comments

  • intan1cm started the conversation

    Hi is that any way how to align the check box with the text side by side ? 

  •  933
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .wpcf7-acceptance input {
        width: 5% !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • intan1cm replied

    How to make this senstence in one line ?

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   intan1cm replied privately
  •  933
    Neuron replied

    Hi,

    I've added the following code at Appearance > Customize > Additional CSS, now it's alright.

    .wpcf7-acceptance span.wpcf7-list-item, 
    .wpcf7-acceptance label{
        width: 100% !important;
    }

    Feel free to ask for anything you need.

    Kind Regards