-
in my site this plugin show from right to left like this image
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
Foliovision › Forums › FV Player › Troubleshooting › show from right
in my site this plugin show from right to left like this image
Hello Ali,
are you using a RTL (Right-to-Left) language?
This might be caused by a declaration like this in your CSS:
body {
direction: rtl;
}
If you want to revert that, simply add the following CSS rule to your theme stylesheet or custom CSS file or field:
.flowplayer {
direction: ltr;
}
Thanks,
Martin