Product page (desktop view)

Topic summary

A user seeks to make product images wider on their desktop product page. A solution is provided involving custom CSS code:

Implementation steps:

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

The CSS targets the product media container (.product__media-wrapper) and adjusts its width properties. A before/after screenshot demonstrates the wider image result. The original poster confirms the solution works successfully.

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

Make image wider?

1 Like

Hi @Ryan1998 ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

:astonished_face: :grin:

1 Like

@Ryan1998 , Have a good day :heart_eyes:

1 Like