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

2 thoughts on “Is there a way to hide the map on mobile?

  1. stefan-8976 says:

    On mobile the map is displayed below the search results – although it’s defined that the search results should be display on the right side (correctly on desktops) – but on mobile its displayed on the bottom – is there a way to change the order of search / map / result just for mobile devices?

Leave a Reply

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