Please add the following code in SETTINGS -> Custom CSS section inside the builder to make the page RTL.
*{
direction: rtl;
}

For modules which are still not right-aligned, you can select the module and set the align attribute to right manually.
Please add the following code in SETTINGS -> Custom CSS section inside the builder to make the page RTL.
*{
direction: rtl;
}
For modules which are still not right-aligned, you can select the module and set the align attribute to right manually.