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

Home Forums Themes Support Claue add to cart button translation

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #41252
      ateacme
      Support Expired

      Hi, I have a little problem on my website labartodg.com with the italian default translation of “add to cart” button label: woocommerce translate it by default as “aggiungi al carrello” that is correct but too long for mobile button size as you can see in attached jpg 🙁

      How can I fix this problem?

      (At the moment this website is just in italian so I can’t manage the translation with WPML)

      Thanks for any help you can provide

      Attachments:
      You must be logged in to view attached files.
    • #41257
      Harry
      Support Expired

      Hi Ateacme,

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

      @media only screen and (max-width: 800px) {
      button.single_add_to_cart_button {
      	padding: 0 15px;
      	font-size: 12px;
      }}
      @media only screen and (max-width: 480px) {
      button.single_add_to_cart_button {
      	padding: 0 20px;
      	font-size: 14px;
      }}

      Kind regards

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

    • #41261
      ateacme
      Support Expired

      Thanks a lot! Now it works properly

Viewing 2 reply threads

You must be logged in to reply to this topic.