Right to left pricing table

Hi

I recently used a pricing ta but i want to be from right to left

Otherwise i there a way i can converted any widgets to be from right to left

Thanks for helping

@Helga

Dear @Youssef1, I’m so sorry for such a long delay!

We’ve prepared a CSS code for your Pricing Table widgets, please add it to your widget Custom CSS section:

.eapps-pricing-table-toggle-item *,
.eapps-pricing-table-column-ribbon-container,
.eapps-pricing-table-column-title-container *,
.eapps-pricing-table-column-features-container *,
.eui-tooltip *,
.eapps-pricing-table-column-price-container *,
.eapps-pricing-table-column-button-container *
{
  direction: rtl !important;
}

.eapps-pricing-table-hint-container {
  margin-left: 0;
  margin-right: 4px;
}

.eapps-pricing-table-column-features-item-icon-container {
  margin-left: 4px;
}

Please let me know if it worked!