How do I move these words to the right side on mobile for all my product pages?

Topic summary

A user seeks help repositioning text elements to the right side on mobile product pages for their Shopify store (whoglobal.shop). An attached screenshot shows the current left-aligned layout.

Solution Provided:

  • Edit the theme.liquid file in the code editor
  • Insert custom CSS code above the closing tag
  • The code snippet targets specific text elements and applies right alignment for mobile views
  • A result screenshot demonstrates the text successfully moved to the right

Follow-up Request:
The original poster asks if the same alignment fix can be applied to additional “free shipping on all orders” text they added.

Status: Partially resolved - initial solution provided, awaiting response on the follow-up customization request.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

How do I move these words to the right side on mobile for all my product pages? My url is www.whoglobal.shop

1 Like

Hey @samueljoonjung

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Can you also do that for the “free shipping on all orders” text I added.