Align my checkbox from right to left

  • 15 November 2018
  • 2 replies
  • 31 views

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?


2 replies

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 😦

Userlevel 5

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?

Reply