How do you remove the space in front of a checkbox?

0
Hi, I am having trouble with removing the space in front of the checkbox, if I were to select "Show Label" as Yes. This problem can be seen in the two screenshots:   and in the browser: is there any method to remove this space while still having "Show Label" as Yes? Thanks in advance.
asked
1 answers
0

Hi Edric, 

You can add a custom CSS class in your custom SASS file to remove the padding/margin before the checkbox. 

I'm not sure how the page source is, but when you add the custom CSS class to your checkbox then you can control the whitespace. You can check the current CSS by investigating in the Chrome Developer tool.

Hope that helps.

Cheers,

Jeffrey

answered