Space between checkbox and text, and checkbox vertically center aligned with text

Hello, I’m trying to do the following:

  • Create a space between the checkbox and the text “Jag godkänner Celora Studios dataskyddspolicy”
  • Vertically center align the checkbox with the text, (so the checkbox is further up than in my image).

I tried using CSS that I found here in the support forum, but couldn’t get it right. I am using Contact form 7.

Is this something you could help me with?

Hello @HannaHa,

Thanks for writing to us.

To add space between checkbox and text you add this custom CSS code into your X/Pro–>Theme Option —>CSS. For the text to be vertically centre aligns you might need to make text bit smaller.

.wpcf7 input[type="checkbox"] {
margin: -6px 7px 0 0px;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

1 Like

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