Off Canvas Product Description on Mobile
-
Hi Team
i do have a snippet from you that worked so far. But with the New Update the Product desctiption always stay open.
if (jQuery(window).width() <= 768) {
setTimeout(function() {
var $tab = jQuery(‘.woodmart-tab-wrapper’).find(‘a.active’);
$tab.siblings(‘.wc-tab’).hide();
$tab.removeClass(‘active’);
}, 10);
}
This code doesnt work anymore on mobile. Maybe you have an update snippet?
Also the Text after for similar Products on the product page is overlayed on mobile by content (Screenshot).
Thank you in Advance š
Attachments:
You must be
logged in to view attached files.
Hello,
Please Go to Theme Settings >> Single Product >> Tabs and enable the option.
Screenshot: https://gyazo.com/77f2924746116c510b2e0fc3e3977417
Best Regards
Perfect that worked Thank you.
What about the overlay on mobile view? Ive send you a screenshot.
Regards
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.container.related-and-upsells {
margin-top: 50px;
}
Best Regards
Perfect it worked š
Have a nice weekend thank you š
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Off Canvas Product Description on Mobile’ is closed to new replies.