Occasionally, your theme may interfere with Store Locator's styling.
This article outlines how to fix your Store Locator map appearing full-width.
Setup
- From the Shopify admin, select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
- Copy and paste this code into the Page Header HTML field:
<style> div#col-main {
width: 80%;
margin: auto;
} </style> - Select Save.