How can I add spacing to a checkbox in my registration form?

Hello,

i added a checkbox to my registration form but it is stuck to the form, I want to add a space can you help me please ?

I used that code :




Subscribe to our newsletter

it looks like this

i want it to look like this

Store url :https://prettypleaseatelier.com

password: Naomi

Hi @NaomiNN
You can try to replace with this


and use this css code

.form-checkbox{
margin-top: 50px;
}

Thank you so much, it worked ! :blush: