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