ocpw
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not clickable@davmerit – Yeah, I found that removing float:left would fix the checkboxes being clickable, but I can’t get the same formatting, 2 evenly match columns. Originally I had the two columns in a table but everything wasn’t lining up correctly and so I used div class which looks great, but doesn’t work properly.
I’m not sure what the most effective method of displaying these checkboxes in 2 columns would be
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not clickableAnyone have any ideas what could be causing this or a possible solution?
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not clickable@sweetsamy28 I use the Jetpack CSS Stylesheet Editor to input custom CSS. I tried removing all other CSS and only keeping the two for this particular contact form but it was still not clickable.
div.left { float: left; clear: both; width: 50%; } span.wpcf7-list-item { margin-left: .5em; display: block; }Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not clickableBasically all the checkboxes on the left side are uncheckable, that align with checkboxes on the right side. The checkboxes on the left at the very bottom work ok, and aren’t aligned with the right side, if that makes any difference.