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.liquidfile - 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.
Hey @JK05
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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

