Why does my product picture appear smaller on the page?

Hi @Question_lady ,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.grid__item.product__media-wrapper { max-width: 35% !important; width: 35% !important; }
.product__info-wrapper.grid__item { max-width: 65% !important; width: 65% !important; }