Reply 188849 to: Problems with RTL login and forget password pages

Avatar: Rose Tyler
Rose Tyler
Support staff
March 21, 2018 at 10:44

Hello,

.rtl.woocommerce-account .page-content .content > .woocommerce #customer_login > div[class^=span]{
  float:right;
}
.rtl.woocommerce-account .page-content .content > .woocommerce .woocommerce-ResetPassword > *{
  float:right;
}
.rtl .et-registration .row-fluid .content .span6{
  float:right;
}
.rtl .list li::before{
  content: "\f104";
  float:right;
  margin-right: 0px;
  margin-left: 10px;
}
@media (min-width:768px) {
  .rtl .et-registration .row-fluid .content .span6{
    float:right;
    margin-right: 2.127659574468085%;
    margin-left: 0;
  }
  .rtl .et-registration .row-fluid .content .span6:first-child{
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .et-registration .row-fluid .content .span6{
    float:right;
    margin-right: 2.564102564102564%;
    margin-left: 0;
  }
  .rtl .et-registration .row-fluid .content .span6:first-child{
    margin-right: 0;
  }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.