Contact Form 7 is a great plugin for Wordpress that allows you to easily add contact forms to your website.
One of the bugbears that I have with it is that checkbox lists are bunched up rather than being on one per line.
There is a really easy fix though - add the following to your sites CSS
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}
and that will sort it out - no need to edit Contact Form 7s CSS files!
One of the bugbears that I have with it is that checkbox lists are bunched up rather than being on one per line.
There is a really easy fix though - add the following to your sites CSS
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}
and that will sort it out - no need to edit Contact Form 7s CSS files!
This comment has been removed by a blog administrator.
ReplyDelete