Reply 326714 to: No logro que los productos se vean igual en cualquier version movil

Avatar: Rose Tyler
Rose Tyler
Support staff
June 23, 2022 at 08:21

Hello,

It is the functionality of bundled products plugins but we found that they have filter that allows to change breakpoint width change of css view for the table
you may try to add next code snippet to your child-theme/functions.php

add_action('init', function(){
add_filter( 'woocommerce_bundle_front_end_params', function($params) {
$params[ 'responsive_breakpoint' ] = 100;
return $params;
}, 10 );
});

Otherwise, we would recommend you to contact with plugin’s author and ask them to provide you with a working solution.
Please note, that our support is able to help only with issues that are related strictly to our theme, not with 3rd party plugins.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.