Is there a way to hide the map on mobile?

FAQ Viewed: 1000

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;
	}
}

Leave a Reply

Your email address will not be published. Required fields are marked *