Is there a way to hide the map on mobile?

If you want to hide only the map for mobile users, you can insert the following custom CSS:

@media (max-width: 768px) {
	#store_locator_main {
		display: none;
	}
}

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *