Home New Guten Forums WoodMart support forum Off Canvas Product Description on Mobile

Off Canvas Product Description on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #368671

    Ueli
    Participant

    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.
    #368714

    Hello,

    Please Go to Theme Settings >> Single Product >> Tabs and enable the option.

    Screenshot: https://gyazo.com/77f2924746116c510b2e0fc3e3977417

    Best Regards

    #368756

    Ueli
    Participant

    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.
    #368805

    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

    #368810

    Ueli
    Participant

    Perfect it worked šŸ™‚

    Have a nice weekend thank you šŸ™‚

    #368816

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Off Canvas Product Description on Mobile’ is closed to new replies.