Frequently Bought Together on mobile devices

This topic has 3 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Micke

  • Avatar: Micke
    Micke
    Participant
    March 11, 2023 at 09:17

    Frequently Bought Together displays nicely on single product page when i use a desktop, but looks terrible on mobile devices, is there a easy way to block “Bought Together” on mobile devices?

    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 11, 2023 at 09:46

    Hello Micke,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    In order to address your issue, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. Once you have cleared the browser cache of the mobile device, the issue should be resolved.

    @media(max-width: 767px){
    .single-product .bought-together-products-wrapper {
        display: none !important;
    }
    }

    Best Regards,
    8Theme’s Team

    Avatar: Micke
    Micke
    Participant
    March 11, 2023 at 10:00

    Thanks for the quick response, works perfectly.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Frequently Bought Together on mobile devices’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.