Align the Custom Fields on Their Own Line

Modified on Fri, 01 Sep 2023 at 03:32 AM

Overview

This article outlines how to align your Store Locator's custom fields.


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 into the Page Header HTMLbox:
    <style>
    .gm_popup .search_filter {
    clear: both !important;
    }
    
    .custom_field_name {
    clear: left !important;
    float: left !important;
    display: block !important;
    }
    
    .custom_field_value {
    float: left !important;
    }
    
    </style>

    paste the CSS

  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
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article