Home › Forums › Themes Support › Claue › Add whishlist
Tagged: add wishlist button
- This topic has 8 replies, 2 voices, and was last updated 6 years, 10 months ago by Mas cosicas.
-
AuthorPosts
-
-
January 18, 2018 at 9:43 pm #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. -
January 18, 2018 at 11:41 pm #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 -
January 18, 2018 at 11:57 pm #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-
January 19, 2018 at 12:08 am #16296
Hi,
Now I checked in real, in iphone 6 and I see like in the capture that I sent you before.
-
-
January 19, 2018 at 9:53 am #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 -
January 19, 2018 at 11:00 pm #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-
January 20, 2018 at 5:44 am #16339
Perfect! Thank you Harry!!
-
-
-
AuthorPosts
You must be logged in to reply to this topic.