Home Forums Themes Support Claue RTL Style

Viewing 5 reply threads
  • Author
    Posts
    • #33547

      Hi Harry,

      Hope you are fine.

      Harry in RTL layout in the comment section we have website, email, name.

      Which should be name, email, website.

      Please check this: https://look.ir/dressing-for-interviews/

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #33549

      Hi Rahim,

      Please add below code

      [dir="rtl"] #respond .comment-form-author, 
      [dir="rtl"] #respond .comment-form-email, 
      [dir="rtl"] #respond .comment-form-url {
      	float: right;
      	margin-right: 0;
      	margin-left: 5.8823529412%;
      }
      [dir="rtl"] #respond .comment-form-url {
      	float: left;
      	margin-left: 0;
      	margin-right: 0;
      }

      Kind regards

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

    • #33550

      Thank you Harry.

      I have not made any change in here before.

      I just wanted to report it as bug for you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #33551

      Thank Rahim,

      I added the fix for the next update.

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

    • #33683

      Hi Harry,

      I applied your code.

      Please check the mobile view of the link I sent you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #33684

      Hi Rahim,

      Please add more code

      @media only screen and (max-width: 736px) {
      [dir="rtl"] #respond .comment-form-url {
      	float: right;
      }
      [dir="rtl"] #respond .comment-form-author, [dir="rtl"] #respond .comment-form-email, [dir="rtl"] #respond .comment-form-url {
      	margin-left: 0;
      	width: 100%;
      }
      }

      Kind regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.