Dear Support,
The earlier topic was closed to new replies because I failed to report the problem in time.
The code I added to custom css so that checkboxed are aligned has created another problem.
For reference here is the code:
}
span.wpcf7-checkbox span.wpcf7-list-item { display: block;
}
The text area boxes are not taking full width so I added following.
.wpcf7-textarea {
width: 100%;
}
But it is showing no effect.
Please check the photo sent by you. It carries the text boxes which are small and not taking their proper width.