Home Forums Themes Support Claue Add whishlist

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #16280

      Hello,

      After the theme update, the button to add wish list in the details of the products appears above the button to add to the cart. Attached capture. How can I solve it?

      Thank you!!

      Attachments:
      You must be logged in to view attached files.
    • #16289

      Hi,

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

      .variations_form .yith-wcwl-add-to-wishlist {
      	left: 350px;
      }

      Best regards

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

      • #16290

        Hi,

        In desktop version is ok but in mobile and tablet not work well. I attached images.

        Thank you very much!!

        Attachments:
        You must be logged in to view attached files.
    • #16294

      Hi,

      Did you check on real device or simulator? I check on iphone6+ it still work well

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

      • #16296

        Hi,

        Now I checked in real, in iphone 6 and I see like in the capture that I sent you before.

    • #16311

      Hi,

      Please add below code to fix

      @media only screen and (max-width: 736px) {
      .variations_form .yith-wcwl-add-to-wishlist {
      left: auto;
      right: 0;
      }}

      Best regards

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

      • #16319

        Hi,

        Thank you, now in the mobile works perfect but in tablet not yet (attached image)

        Attachments:
        You must be logged in to view attached files.
    • #16330

      Hi,

      Please add below code

      @media only screen and (max-width: 1024px) and (min-width: 768px) {
      .variations_form .yith-wcwl-add-to-wishlist {
      left: auto;
      right: -50px;
      }
      .single_add_to_cart_button {
      padding: 0 15px;
      font-size: 11px;
      }
      }

      Best regards

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

Viewing 4 reply threads

You must be logged in to reply to this topic.