Hi, how can I move the Terms of Service checkbox to show to the right instead of on the left of the text – http://screencast.com/t/qc8y1cRzdW
And also how can I add a little space between the terms of service and the order button?
Hey DROR!
Thank you for using Enfold.
Try this in the Quick CSS field:
#top .form-row .input-checkbox {
position: relative;
right: -215px;
}
Regards,
Ismael
Great. Thanks :)