Skip Navigation

[Resolved] checkbox padding

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 10 months ago.

Assisted by: Jamal.

Author
Posts
#2166103

Can you explain to me the best way to add space between checkboxes and text? I'm creating a search page and have checkbox options, but the text is too close to the checkboxes. Thanks in advance for your time!

#2166463

Hello and thank you for contacting Toolset support.

You will need to use custom CSS code to adjust the styling of the checkboxes and their labels. And that will depend on how you are building the view. If you are using the blocks editor, something like this should work:

.checkbox input[type="checkbox"]{
    margin-left: -20px;
}

Can you share a URL where I can see these checkboxes? That will help me produce an accurate CSS code for it.