سلام

داخل فولدر css تمپلیت فایل shared.css رو ادیت کنید. کد زیر رو پیدا کنید
کد:
.products {
    clear: both;
    font-family: "Open Sans",sans-serif;
    position: relative;
    width: 100%;
}
و این کد خط رو اضافه کنید تا به این شکل در بیاد
کد:
.products {
    clear: both;
    font-family: "Open Sans",sans-serif;
    position: relative;
    width: 100%;
    direction: rtl;
}
موفق باشید