Align content to the left on desktop - Dawn theme

Topic summary

A user seeks to left-align content on their Shopify store’s desktop view using the Dawn theme, as it currently displays centered. The content appears to be a table.

Solution Provided:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </head> tag

Outcome:
The proposed CSS solution successfully resolved the alignment issue. The user confirmed it worked perfectly.

Note: Store credentials were shared (URL: tiendamd.com, password provided) for troubleshooting purposes.

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

Dear all,

I would like to move the following content to the left, right now as show below is centered. If possible, I’d like to display the table on left only on desktop. My url is tiendamd.com and the password is xroSRoNjf. Thanks very much!

@TiendasMD ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Thanks very much! This worked perfectly!