Thank you for contacting WPML Support. Please note that the WPML just provides the translation features for your site and the RTL/LTR layout is handled by your current theme and you might be able to disable it from theme options, or by adding the below CSS in custom CSS section of your theme:
body.rtl {
direction: ltr !important;
}
And it will look as in the attached screenshot.
Please let me know if this resolves your issue or if you need further assistance with this issue.