This topic has 3 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Micke
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?
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
Thanks for the quick response, works perfectly.
The issue related to '‘Frequently Bought Together on mobile devices’' has been successfully resolved, and the topic is now closed for further responses