Home Forums Themes Support Claue RTL fix

Viewing 5 reply threads
  • Author
    Posts
    • #23264

      Hi Harry,

      I don’t have any bundle product yet.

      But when I imported the demos in the earlier months, I think it needs some RTL fixes.

      Could you please check that on your end?

      Kind regards. 🙂

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #23332

      Thank Rahim,

      I will check and do it.

      Have a nice weekend!

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

    • #23440

      Hi Harry,

      Hope you are fine. 🙂

      Did you check this on your end?

      Kind regards.

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #23464

      Yes, i check and add the fix for the next update.

      Best regards

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

    • #23465

      Hi Harry,

      Can you please share the css code with me so I can have a look too and if found any minor bug report it with you?

      Kind regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #23473

      Hi Rahim,

      Please add new code

      [dir="rtl"] table.shop_table_responsive tr.product-bundle-title td:not(.product-quantity) {
      	text-align: right;
      }
      [dir="rtl"] .shop_table tr.bundle-products ul li img {
      	margin-left: 10px;
      	margin-right: 0;
      }
      [dir="rtl"] .actions .button.update-cart {
      	float: left;
      }
      [dir="rtl"] .actions .coupon {
      	float: right;
      }
      [dir="rtl"] .jas-mini-cart .product-bundle li:before,
      [dir="rtl"] .widget_shopping_cart .product-bundle li:before {
      	left: auto;
      	right: 0;
      }
      [dir="rtl"] .jas-mini-cart .product-bundle li, 
      [dir="rtl"] .widget_shopping_cart .product-bundle li {
      	padding-left: 0;
      	padding-right: 10px;
      }
      [dir="rtl"] .actions .coupon input {
      	margin-left: 10px;
      	margin-right: 10px;
      }
      [dir="rtl"] table.shop_table_responsive tr td:before {
      	float: right;
      	text-align: right;
      	margin-left: 10px;
      }
      [dir="rtl"] table.shop_table_responsive tr td:not(.product-quantity) {
      	text-align: right;
      }

      Best 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.