Product Images are being cutoff on mobile (dawn theme)

Solved

Product Images are being cutoff on mobile (dawn theme)

ypcollective
Excursionist
54 0 3

As seen in the images, the full picture is not displaying as it should on mobile (cut off from the bottom) and id like this to be fixed. The second image (on pc) loads properly. TIAAbout Dreams Paris - YPCollective – Young Professionals Collective

 

ypcollective_0-1722163596598.png

ypcollective_1-1722163606852.png

 

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

Hello @ypcollective 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.product-grid-container .card__media .media {
overflow: visible !important;
}
}
</style>

techlyser_web_0-1722094770452.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 831

Hi @ypcollective,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.product-card-wrapper .card__media .media {
    overflow: visible;
}

 

Here is the result

BSSTekLabs_0-1722163678892.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

Hello @ypcollective 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.product-grid-container .card__media .media {
overflow: visible !important;
}
}
</style>

techlyser_web_0-1722094770452.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com