Home Forums Themes Support Claue Reset Password page on RTL

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #24941

      Hi Harry,

      The scrolling on password reset page on RTL layout is not like LTR.

      My Page : https://look.ir/my-account/lost-password/

      Please logout from the site if you are logged in.

      On this page there are two mouse scrolling. one on the left and one the right.

      When you hover on the input field you cannot scroll.

      Thank you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #24947

      Hi Rahim,

      Please add below code

      .woocommerce-account #jas-wrapper {
          overflow-x: hidden;
          overflow-y: hidden;
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25022

      Hi Harry,

      My Whishlist page has the same issue.

      Thank you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25025

      Hi Rahim,

      Please change to below code

      .rtl #jas-wrapper {
          overflow-x: hidden;
          overflow-y: hidden;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.