Product image dawn theme to portrait size and get full screen image no white left and right

I helloI use dawn theme for my boutique so I want to remove the right and left white for get a full size image taking all the screen in mobile and I want I have like picture square 2048x2048 so I want they go like a picture portrait automatically like in collection and all do you have a idea how to do it I try it here thanks a lot :slightly_smiling_face:

Hi @Viktoriyaa ,

Please send the website link, I will check it for you

Hi @Viktoriyaa

You can try to add this code in Custom CSS in Online Store > Themes > Customize > Theme settings.

@media (max-width: 749px) {
   body .product .product__media-list .product__media-item {
        width: calc(100% + 3rem);
    }
   body .product .slider.slider--mobile {
        scroll-padding-left: 0;
        max-width: calc(100% + 3rem);
        gap: 0;
    }
}

Hey @Viktoriyaa

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed