Product Information page is

Hello I am super lost I have the dawn theme and for some reason my product are super zoomed in once you select them just really really big on mobile I have no idea why…I have tried all that I can to fix the code in the main product liquid with chat gpt and a few others but nothing is fixing this issue I even opened the dawn theme a second time and just copied the original product liquid and tried to paste it in my current store still nothing is working can someone please help me get this fixed?

Hello @thinkrichbrand!

Could you please provide a few screenshots that show the issue you’re experiencing? This will help us review it more closely and suggest a possible solution.

It would also help if you could share a link to your product page, the current CSS you’re using, and any theme customizations you’ve made.

Looking forward to your response!

hello yes I sure can thank you so much for responding this Is my view when selecting one of my products on mobile…there super zoomed in and slightly cut off a bit I have no idea what happened

also here is a link to the product page TR Jogger(Navy) – ThinkRichBrand

Hi @thinkrichbrand ,

From the Shopify Admin go to the Theme Editor and try adding the following code at the end of section-main-product.css

.product-media-container img {
    width: 100%;
    height: auto;
}

ok I’ll try that and get right back with you

oh my God that literally just fixed it thank you so much