I’m having trouble figuring out how to add custom CSS to add spacing between a checkbox and text ( Ship to a different address?). Anytime I add margin or padding the whole element (checkbox + text) is moved. See picture attached?
Thanks for your help!
https://roynattivmd.com/checkout/
Checkbox and text:
2
Answers
You could add some spacing by adding
margin-right: [value];
to the specific input. Since you are using elementor, you might do this via inline-styles.Or via an external stylesheet:
Please try this code,To Spacing between checkbox and text?