Display one under the other

Hey guys,

I’m struggling with the CSS on CF7.

How do I make these checkbox items display one on top of the other?

I can’t seem to figure out the correct selectors using the developer tools.

Thanks in advance!

Hi Niall,

Thanks for reaching out.

Please check this article on how to make your checkbox display single lines.
https://sundari-webdesign.com/contact-form-7-checkboxes-in-single-lines/

Hope that helps.

Thank you.

HI @cramaton

Sorry, I guess I wasn’t clear. I understand the process for the link.

My issue is targeting that specific set of boxes. I cannot find the right selector for that specific field

Hi Niall,

please use this selector, please check the screenshot below.

Hope that helps.

Thank you

Sorry but it still doesn’t. I can’t figure out what’s going on…
I’ve tried using !important too.

Hi Niall,

I gave you the link on how to have a single line checkbox, it is stated there that to have a single line checkbox, you need this code.

All checkbox of Contact Form 7

span.wpcf7-list-item {
display: block;
}

Specific Checkbox of Contact form 7

.checkbox-610 span.wpcf7-list-item  {
display: block;
}

Hope that helps.

Thank you.

@cramaton Thank you so very much! That is absolutely perfect! You’re a star!

Hi Niall,

Glad to help you out.

Thanks

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