Problems with RTL login and forget password pages

This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: AdSh
    AdSh
    Participant
    March 20, 2018 at 16:43

    Hi,

    the alignment of both (Login) and (Forget your password) and (Register) pages is to the left.

    http://www.istamor.com/ar/my-account/?v=81727fd0d394
    http://www.istamor.com/ar/my-account/lost-password/
    http://www.istamor.com/ar/register/?v=81727fd0d394

    Please let me know how to align them correctly to the right side?

    Thanks

    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.