Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Product rating stuck

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #40965
      kabummmm
      Support Expired

      Hi!

      On my product page the product rating “stuck” align right and i cant move it to the left side. Can you please help me to align it left? Thanks!

    • #40968
      Harry
      Support Expired

      Hi Kabum,

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

      .woocommerce div.product.elementor .star-rating {
      	margin-left: 0;
      }

      Kind regards

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

    • #40969
      kabummmm
      Support Expired

      Thanks it works!

      Unfortunatly it moves on mobil fully left as well. Can you please add a solution which moves it left on desktop but keep in center on mobil?

      Thank you!

    • #40970
      Harry
      Support Expired

      Please change code to

      @media only screen and (min-width: 767px) {
      .woocommerce div.product.elementor .star-rating {
      	margin-left: 0;
      }}

      Kind regards

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

    • #40976
      kabummmm
      Support Expired

      Thanks alot! Its ok now on mobil aswell

Viewing 4 reply threads

You must be logged in to reply to this topic.