Home › Forums › WoodMart support forum › Categorías widget in 3 cols for mobile › Reply To: Categorías widget in 3 cols for mobile
April 24, 2021 at 6:32 pm
#286287
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the functions.php of the child theme
add_action(
'wp',
function() {
global $xts_woodmart_options;
$xts_woodmart_options['products_columns_mobile'] = 3;
},
5000
);
Best Regards