Skip to main content

my page is in Hebrew so i used this script to align my form from left to right


i used this style-sheet



form input,
form textarea,
form select,
form select option{
direction:rtl;
right:0 !important;
}
div.lp-pom-root .lp-pom-form-field label {
right:0;
left:auto;
text-align:right;
}

and this HTML



and this jquery



it all works good but my checkbox looks like these

image


can someone help me fix that?

Hi,


Could you include the URL to this page? It would be helpful to see this to inspect.


Also, have you tried including the specific checkbox/radio element in your custom styling?


hi

this the url https://aviv.haifa.ac.il/

i didn’t really understand what you mean by including the checkbox in my custom styling 😦


Reply