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
Post a Comment