Hi,
I’m experiencing a Flexbox issue on RTL websites after the latest Pro update.
In the screenshot:
- The top section is a manual example I built just to show how the layout should look. It does not use the same Flexbox settings.
- The bottom section shows the real issue with the current Flexbox behavior in RTL after the update.
The problem
In RTL mode, for the bottom section:
- The items should be aligned to the right .
- They should appear on the same row .
However, they are:
- Pushed away from the right side,
- And sometimes appear stacked vertically , even though the Flexbox settings should keep them in one line.
This started happening only after the latest update that mentioned:
“Bugfix: RTL languages did not work well with our sliders, there is also a setting to change the flexbox order to reflect the site design better on RTL languages.”
It looks like this change may have affected Flexbox behavior for RTL layouts more broadly, not only inside sliders.
Expected behavior
- Items stay aligned to the right .
- Items remain in one row , matching the design shown in the top example.
Actual behavior
- Items are not aligned correctly on the right.
- Items can stack vertically or shift position even with the same (or very simple) Flexbox settings.
I can provide a test page or temporary access if you need to inspect it directly.
Thanks in advance for your help!

