Home Forums Themes Support Claue How to align "new" badge to right

Viewing 4 reply threads
  • Author
    Posts
    • #28508

      Hi

      How to align “new” badge (product) to right?

      Thanks

    • #28513

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .badge .right, .jas-wc-single .product-extra .badge .right {
      	right: 0;
      }

      Kind regards

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

    • #28514

      Hi, it is not working : https://dialhands.com/product/men/onyx-bohemian/

      it is aligned to left.
      is there any setting to change the align to right before we apply the css code?

      Thanks

    • #28516

      Please add more code

      .badge .onsale + .new {
      	left: auto;
      	right: 0;
      }

      Regards

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

    • #28517

      it works now. thanks!

Viewing 4 reply threads

You must be logged in to reply to this topic.