checkbox position in kassa

When I do an order and go to the kassa the Checkbox there are not beside the text.
How can I put the Checkbox left in front of the text.
here a Picture: Dropbox - checkbox.png - Simplify your life
My site is: agoshop.at
Hope you can help me

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*position checkbox*/
#createaccount{
  position:relative;
  top:10px
}

Best Regards,
Support

Hi haiflosse2,

May I ask you how you resolved the checkbox issue? I have the same problem. :frowning:
And I have another question if you don’t mind:
How did you put the field for accepting terms and conditions and subscribing to the newsletter to the registration form?

Thank you very much in advance,
Niki

Hey @ haiflosse2

Thank you for reaching out, you can try the following tutorial
Terms & Conditions

Best regards,
Support

Hi,

Thanks, I allready have in on the checkout page, but I would also like to have it on the new account registration page aswell (and an option for subscribing to newsletter)

Thanks,
Niki

Hey @nicky456

You can look into the following tutorial and plugin to see if they help.

Best Regard,
Support.