How Do I Lengthen Product Image On Mobile - Dawn Theme

Hi,

I am having an issue on mobile for my site that the product images are too short and do not display the full image.

In the screenshot attached above I would like for the product image to be a little bit longer to show the full image of the product. I am only having this issue on mobile so I would like to only change how it looks on mobile. I do not want to affect how the product image looks on desktop.

The url for my site is https://r4bbit-teeth.com/ and the password to enter is t33th!!

Any help regarding this issue would be greatly appreciated. Thank you

Hi @yanetha

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

<style>
@media screen and (max-width: 767px){
.product__media.media {
height: 115px;
}
}
</style>

Hope this can help you solve the issue

Best regards,

Noah | PageFly