1. Help Center
  2. Tracking page
  3. Shopify Open Store Tracking page

OS2 Tracking Page - Troubleshooting

Overview

Rush has introduced the OS2 tracking page with an improved design and exciting new features. This is relatively new and its testing is underway. With the development and testing, we also troubleshoot cases you might experience with this tracking page.

Let’s look at one of these cases:

Case #1

How to remove extra spacing between tracking page components?

Solution #1

You can change your theme's default spacing.

14.1

Solution #2

Add the custom CSS in any of the components (usually good to keep it in the first).

Here is how to set 0px as the top margin.

.index-section {

    margin: 34px 0 !important;

}

Contact us

Feel free to reach out if you have any questions.