Product description in RTL language alignment issue

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeProduct description in RTL language alignment issue

This topic has been marked as resolved.

Hi
in Arabic language i need the product description text alignment to me as LTR (Left)

October 23, 2017 at 1:45 am #62124

Hi,

This extra CSS will do the job:

.tb_product_description {
  direction: ltr;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

October 25, 2017 at 1:05 pm #62192

Thanks, it solved my issue perfectly.
and i need please to fix product table accordion as well show direction on left as well.

October 25, 2017 at 8:49 pm #62202

Hi,

Here is some extra CSS that will do what you want:

.product-info .nav-tabs {
  direction: ltr;
}

BR,
ThemeBurn team

October 31, 2017 at 9:07 am #62274

Thank you. It worked just fine :)

November 1, 2017 at 5:04 am #62300

Glad we’ve helped :)

BR,
ThemeBurn team

November 3, 2017 at 4:28 pm #62343
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.