Shopify themes, liquid, logos, and UX
Hello.
I urgently need a help on my Refresh Theme.
I used a custom liquid code of "product.description" in order to move description part of a product down from image so it shows separately.
However, the image is not optimizing on mobile phone. If you look at the picture i posted below, It's only showing the left part of the image.
I guess the image resolution is too large or something.
Can you guys please help me on this?
Solved! Go to the solution
This is an accepted solution.
Hi @CarStory
Please go to your Online Store > Themes > Edit code > add this code to theme.liquid file, after <head>
<style>
@media (max-width: 749px) {
#shopify-section-template--18110968987896__custom_liquid_Fc9qBp img { max-width: 100%; }
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
HEllo @CarStory
Please provide the URL of your website.
carstory.store
This is an accepted solution.
Hi @CarStory
Please go to your Online Store > Themes > Edit code > add this code to theme.liquid file, after <head>
<style>
@media (max-width: 749px) {
#shopify-section-template--18110968987896__custom_liquid_Fc9qBp img { max-width: 100%; }
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @CarStory
Go to online store > Edit theme code > theme.liquid > Insert the code before closing </body>.
<style>
@media (max-width: 767px) {
body .detail-desc-decorate-richtext img {
width: 100%;
max-width: 100%
}
}
</style>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025