Issue with screen on RTL site: solution request
-
Hi there,
I’m running an RTL site and really like your plugin.
I’ve installed it, translated the needful to Hebrew (Thanks to Loco) and I was happy with it. For a few minutes at least.
Then I wanted to see it on my iPhone. And at start I thought the site broke. The page (only the ones where the Fancier Author Box was showing) was blank.
Then I noticed the screen was pushed deeper to the right. I add to massively scroll to the right in order to see the page.I’ve fixed it by changing the plugin’s CSS from:
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; left: -9999px; }
to:
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; right: -9999px; }
Actually the only change is replacing the “left” with “right”.
Is there any chance to have a permanent fix so future versions won’t have the same issue (obviously they’ll override my CSS change).
Thanks in advance.
- The topic ‘Issue with screen on RTL site: solution request’ is closed to new replies.