CSS Minification Breaks RTL Admin Bar Layout
-
Hi. When I enable the CSS compression feature, your plugin changes the WordPress admin bar on RTL sites to LTR — the layout becomes left-to-right and looks like the English version.
In RTL mode, the admin bar CSS should look like this:
wpadminbar .ab-top-secondary {
float: left;} wpadminbar li {
float: right;}
But in LTR mode, it looks like this:
wpadminbar .ab-top-secondary {
float: right;} wpadminbar li {
float: left;}
Your plugin is causing this issue.
Please fix it and release an update to resolve the problem.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘CSS Minification Breaks RTL Admin Bar Layout’ is closed to new replies.