Home Forums Themes Support Claue Heart button fix

Viewing 3 reply threads
  • Author
    Posts
    • #22135

      Hi Harry,

      I couldn’t make this bug on the mobile view of the desktop browser, but I was able to create it on the cleared cache browser on mobile.

      Could you please help me fix it?

      This the Link of the product.

      Thank you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #22170

      Hi Rahim,

      Please add below code to fix

      @media only screen and (max-width: 736px) {
      form.cart .single_add_to_cart_button {
      	padding: 0 11px;
      }}

      Best regareds

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

    • #22200

      Hi Harry,

      I checked my style.css file in the child theme and found these codes related to the topic :

      
      /* Like Button Fix in Tablet */
      @media only screen and (max-width: 800px) {
      form.cart .single_add_to_cart_button {
      padding: 0 30px;
      }}
      
      /* Like button fix */
      .product-quickview form.cart .single_add_to_cart_button {
          padding: 0 25px;
      }
      

      Now what should I do?

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #22209

      Hi Rahim,

      Please add new code below old code.

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.