Thursday 11 August 2016

Wordpress Contact Form 7 checkboxes one per line in a list rather than bunched up

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!


1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete