Skip to main content

The store locator is not showing properly on mobile

Is the store locator not showing properly on smaller devices? Is the responsiveness behaving unexpectedly?

Updated over 4 years ago

Please make sure you have this code inside your <head> tag.

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

This meta tag is needed in order to make the responsive design work properly.

Did this answer your question?