Hi, as you can see here – http://screencast.com/t/3vEqawR5ju – the checkbox is showing on top of the text. How can I move it to the right so it would be to the right of the text?
Thanks.
Hey DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl input#terms {
right: -240px!important;
}
Cheers!
Yigit
Awesome as always. Thanks :)