Home Forums WoodMart support forum Categorías widget in 3 cols for mobile Reply To: Categorías widget in 3 cols for mobile

#286287

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