How do I get everything on the Left?

Topic summary

A user shared a screenshot showing a product page layout issue where elements need to be aligned to the left.

Solution Provided:

A community member offered a CSS-based fix with the following steps:

  • Navigate to Online Store → Edit Code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </body> tag

The response included a before-and-after screenshot demonstrating the corrected left-aligned layout. The solution appears to use CSS styling to reposition page elements, though the specific CSS code content wasn’t visible in the conversation excerpt.

This is a common Shopify theme customization request for product page layouts.

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

1 Like

Hey @JK05

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

1 Like