Hey,
My landing pages are set from right to left with CSS code. But for some reason - it doesn’t work well on the checkboxes on the registration form. please see at the link - the form (check boxes should be on the right side of the text). Can anyone help me - how do I get the checkbox to the right of the text?
this is the CSS code I use:
form input,
form textarea,
form select,
form select option{
direction:rtl;
left:0 !important;
}
div.lp-pom-root .lp-pom-form-field label {
right:0;
left:auto;
text-align:right;
}
.label-style {
float:right;
}
and this is the Javascript:
thanks a lot !!