Hey man, When `rtl` mode is enabled (_using `rtl: true,`_), button should be displayed on left. Example of how I call `$.alert`: ```js $.alert({ title: 'پیام سیستم', content: 'تست', rtl: true }); ``` Thanks