Hi, as you can see here – http://screencast.com/t/jqRsM4WeEMsL – the checkbox for the terms isn’t aligned correctly. How can I fix that?
Hey DROR!
Please add following code to Quick CSS
#top .form-row .input-checkbox {
right: auto;
}
Cheers!
Yigit
That was fast :)
It moved the checkbox to the end of the line – http://screencast.com/t/iRiZ4fdfSes – anyway to put it at the beginning and that it will be aligned correctly?
Thanks.
Hey!
If you would like it to look like this – http://i.imgur.com/PA2MdBY.png please use following code
#top .form-row .input-checkbox {
right: -200px;
}
Regards,
Yigit
Great. Thanks.