Make the Store Locator Responsive on Mobile Devices

Created by Brett Mikulik, Modified on Mon, 07 Nov 2022 at 04:08 PM by Brett Mikulik

Overview

This article outlines how to make your Store Locator map page responsive on mobile devices.


Setup

  1. From the Shopify admin, select Apps.
  2. Select Store Locator.
  3. Select Settings.
  4. Select Display Settings.

    select display settings

  5. Copy and paste this code into the Page Header HTML field:
    <style>
    
    @media screen and (max-width: 641px) { 
    #col-main { 
    width: 96% !important;
    margin-left: 10px;
    margin-right: 10px;
    }
    }
    
    </style>

  6. Select Save.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article