Shopify themes, liquid, logos, and UX
Hi Everyone
I have two problem statements. Both are related to how images are showing up on product page and are limited to only the mobile version of my website only as Dawn theme provides good customization options for desktop version.
I am okay with the images getting somewhat cropped.
Solved! Go to the solution
This is an accepted solution.
Hi Everyone
I was tinkering around with various solutions and got the desired output on putting following code. Here's what I did
1. Online Store --> Themes --> Customize
2. Using the drop down in top center which says "home page", navigated to "Default Product"
3. Clicked on Product Information (refer to first screenshot)
4. Scrolled to the bottom to find custom CSS section (second screenshot)
5. Pasted following code
@media screen and (max-width: 767px) {
.product-media-container.constrain-height .media {
padding-top: 33vh;
}
}
Hope this helps anyone else looking for a similar solution!
Hello.
Can you please share your website address?
Hi StoreExp
Thanks for picking this up so quickly. The address of this website is de6595-1e.myshopify.com
This is an accepted solution.
Hi Everyone
I was tinkering around with various solutions and got the desired output on putting following code. Here's what I did
1. Online Store --> Themes --> Customize
2. Using the drop down in top center which says "home page", navigated to "Default Product"
3. Clicked on Product Information (refer to first screenshot)
4. Scrolled to the bottom to find custom CSS section (second screenshot)
5. Pasted following code
@media screen and (max-width: 767px) {
.product-media-container.constrain-height .media {
padding-top: 33vh;
}
}
Hope this helps anyone else looking for a similar solution!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025