Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

    Sign In
    English (US)
    US English (US)
    FR French
    DE German
    ES Spanish
    IT Italian
    JP Japanese
    • Home
    • User Guides
    • Locator + Pages

    Customizations of Locator + Pages via CSS

    This is a collection of the possible customizations using css

    Written by Sven Pierschalla

    Updated at September 2nd, 2025

    Contact Us

    If you still have questions or prefer to get help directly from an agent, please submit a request.
    We’ll get back to you as soon as possible.

    Please fill out the contact form below and we will reply as soon as possible.

    • Getting Started
      API Guides 'Near Me' 360 Product descriptions New here Configuration and Connection Guides
    • Uberall Academy and Learning Resources
      Learning Resources - Best Practices Uberall Academy
    • User Guides
      AI What's New Platform Status and General FAQs Homepage The Dashboard Location Hub Review Management Messages Social Locator + Pages Analytics Directories Mobile App Directories
    • Connecting Tools
      Connection Troubleshooting API
    • Org Settings
      Users Billing API Keys Webhooks Legal Documentation Product Descriptions
    + More

    Table of Contents

    Info

    Some aspects of customization are not natively available in the Locator + Pages product. This article shows how to do so using css styles.

    Note that as the product evolves, some of the below customizations might become official features available for customization in the widget attributes. If this is the case, the CSS will be replaced by references to articles explaining how to perform this customization with the widget.

    Info

    Please be aware, that the following examples might conflict with your current CSS. They serve as pure examples and might need adjustments to work in your website's HTML.


    Uberall does not guarantee that css adjustments on our locator will be supported by ongoing locator iterations!


    Adding CSS code to the widget

    The css styles need to be added to the html code after the widget, like here:



    Changing Fonts

    Example

    #store-finder-widget * {
    font-family: 'Times New Roman', Times, serif !important;
    color: red !important;
    }

    Remove the white background of a logo as pin

    #store-finder-widget .custom-pin-default{
       background: none
       }
    
    
     #store-finder-widget .custom-pin-highlighted{
       background: none
       }

    Align Text

    Examples:

    yourElementHere {
      text-align: center;
    }
    
    yourElementHere {
      text-align: left;
    }
    
    yourElementHere {
      text-align: right;
    }
    
    yourElementHere {
      text-align: justify;
    }

    Final Result:

    #store-finder-widget .ubsf_location-page .ubsf_location-page-info-wrapper .custom-content-lis {
        text-align: left; }
    Delete


    Change width and height of map (example)

    class="article-insert-fragment inser-answer-1313060">By default, the Locator & Pages widget uses a set maximum width on the page i...


    By default, the Locator & Pages widget uses a set maximum width on the page it's implemented on. To make the the Locator use 100% of the width available to it from its enclosing container, add the following data-attribute to the widget: data-showfullwidth="true"


    #store-finder-widget .ubsf_store-finder-column {
    
        height: 700px;
    }

    Using a Content List as a text box

    If you want to add another "description"-type section to the Locator, you may want to repurpose either the People Content List or the Custom Content List to do this. To use the following Css, you need to make sure that the concerned Content List has at most 1 item in it.

    Custom Content List Css

    <style>
        .ubsf_content-list-item.ubsf_customitems-list-item.ubsf_has-photo, .ubsf_content-list-item.ubsf_customitems-list-item{width:unset !important; flex:auto !important;}
        .ubsf_content-list-item.ubsf_customitems-list-item.ubsf_has-photo > .description.ubsf_content-list-item-description, .ubsf_content-list-item.ubsf_customitems-list-item > .description.ubsf_content-list-item-description{max-height: unset !important;}
    </style>

    People Content List Css

    <style>
        .ubsf_content-list-item.ubsf_person-item.ubsf_has-photo > .description.ubsf_content-list-item-description, .ubsf_content-list-item.ubsf_person-item > .description.ubsf_content-list-item-description{max-height: unset !important;}
    </style>
    Delete


    storelocator customization width height background css

    Was this article helpful?

    Yes
    No
    Give feedback about this article

    Related Articles

    • FAQ about Self Serve Locator & Pages
    • What is embedded Locator + Pages (Self Serve)?
    • Locator and Pages attributes
    • Filters for Locator & Pages
    • Locator + Pages Components
     

    Copyright 2025 – uberall.

    Expand