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; } }
Knowledge Base
Save us time to focus on some great new features and try our self service knowledge base. Search for anything.
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; } }
Did not found what you was looking for?
Please submit a ticket with a detailed explanation about your problem.
Submit TicketWhen you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. Control your personal Cookie Services here.
@media (max-width: 768px) {
#store_locator_main {
display: none;
}
}
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?