Home Forums Basel support forum Menu issue on ipad Reply To: Menu issue on ipad

#13756

Artem Temos
Keymaster

Just noticed that you don’t use WooCommerce. Try to add the following code snippet to the functions.php file in the child theme

	function basel_header_block_cart() {
		echo "&nbsp";
	}

Regards