How can I position the tracker in the center?

Topic summary

A user seeks help centering a tracker element on their Shopify store. Two solutions are provided:

Solution Steps:

  1. Navigate to Online Store → Themes → Edit Code
  2. Locate and open the theme.liquid file
  3. Insert specific CSS/markup code before the </body> closing tag

Both responders (Moeed and PageFly-Victor) suggest essentially the same approach, providing code snippets to achieve the centering effect. The original poster confirms the solution worked successfully.

Status: Resolved - the tracker is now centered as intended.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

how to put the tracker in the center? thanks!

URL: https://karimadonfashion.myshopify.com/
PASSWORD: niajuy

Hey @xammyja
Follow these steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above

Hi @xammyja ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Thank you! It worked.