2 column in mobile not working
-
Hi,
I researched the support forum and added this to the functions.php file in Child:
function woodmart_get_owl_items_numbers( $slides_per_view ) {
$items = array();
$items[‘desktop’] = ( $slides_per_view > 0 ) ? $slides_per_view : 1;
$items[‘desktop_small’] = ( $items[‘desktop’] > 1 ) ? $items[‘desktop’] – 1 : 1;
$items[‘tablet’] = ( $items[‘desktop_small’] > 1 ) ? $items[‘desktop_small’] : 1;
$items[‘mobile’] = ( $items[‘tablet’] > 2 ) ? $items[‘tablet’] – 2 : 1;
$items[‘mobile’] = 2;
return $items;
}
It’s still not working on the shop page. Could you please help me?
Also, Categories overlap in mobile…
Thanks
Hello,
Try to use Products columns on mobile option https://prnt.sc/puvo0r
Kind Regards
XTemos Studio
Hi!
Thanks for the super fast reply!!
I have those exact settings, still not working…
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Hi!
Credentials in Private 🙂
Thanks
Hello,
Please deactivate all the plugins not related to the theme and check the issue. This is the issue of the plugin conflict. Then activate the plugins one by one detecting which one causes the problem.
Best Regards