Hello There!
Hope you are doing good!
To change the number of slides on the mobile screen you need to make changes in theme core files by following the details mentioned below
edit file: includes/widgets/featured-categories.php
Search for code
array(
'breakpoint' => 479,
'settings' => array(
'slidesToShow' => 1,
'slidesToScroll'=> 1,
),
),
),
and update it to
array(
'breakpoint' => 479,
'settings' => array(
'slidesToShow' => 2,
'slidesToScroll'=> 2,
),
),
),
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesigns