Problem with RTL language style file
-
Hello, there is a problem with the styles related to the checkboxs. The style of this section is as follows:
.wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] { position: absolute; left: -9999px; }
But in right-to-left languages, clicking on these checkboxes shifts the focus to the checkbox and the page jumps horizontally. The style of this section needs to be changed.
Style file:
wordfence/css/main.1623076348.css
Style line: 3388-3394
Current style:
.wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] { position: absolute; left: -9999px; }
The correct style:
.wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] { display: none; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with RTL language style file’ is closed to new replies.