Hello, can you tell me how to resize my photo because it is zoomed in from the theme. The theme I use is Impact.
The url is https://www.pablopier.com/
Topic summary
A user is experiencing an image zoom issue with the Impact theme on their Shopify store. The product images appear cropped or overly zoomed in.
Proposed Solution:
- Access the theme code editor (Online Store → Edit Code)
- Locate the
theme.liquidfile - Insert custom CSS code above the
</body>tag to adjust image sizing
The response includes a code snippet (markup/CSS) intended to fix the image display issue, though the exact code content is not fully visible in the thread. The discussion appears to provide a technical workaround using theme customization rather than adjusting image files directly.
Hey @PabloPier
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
1 Like

