Formatting Contact Form 7 Checkboxes

I’m using CF7 and it’s… suuuuuper ugly. hahaha

Can you provide some guidance on getting these looking nicer? I just need them spaced nicer. Maybe if I could use a two-column look for them on desktop?

https://mosaicneo.org/next-steps/serve/

Hello Steve,

Thanks for reaching out. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS:

.wpcf7 {
    margin-top: 10px;
}

span.wpcf7-list-item {
    display: inline-block;
    width: 45%;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

This worked perfectly! Thanks so much!!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.