fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Mobile layout broken

Hi, how are you?

On mobile access variants are getting like this, is there anything I can do to fix it?

https://ibb.co/cJMVFL2

Ahmed Ehsaan

Hi Artur Fernandes,

Could you record me reproducing your issue using a tool like this? https://www.useloom.com
It helps me to quickly figure out the issue and squash it immediately.

Thank you

Ahmed Ehsaan

Hi Artur,

Could you try the follow code and let me know is it working.
add_filter( ‘woo_variation_swatches_global_ajax_variation_threshold_max’, ‘woo_variation_swatches_global_ajax_variation_threshold_max_edit’, 10, 2 );
function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
return 700;
}
Thank You