css - Scrolling left while making website RTL on just one page -


i developing website , making rtl. whole website ok have problem on 1 page

i having trouble on making this page rtl.

since other pages ok, pretty sure search form on page making problem. used following code avoid scrolling after clicking on search fields, pages scrolls left again:

html, body {overflow-x: hidden; } 

i might have discovered problem. have following css declaration:

.single.options-hidden.selectator_element .selectator_input {     opacity: 0;     position: absolute;     left: -10000px; } 

that left: -10000px; seems cause of issue.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -