Shopify themes, liquid, logos, and UX
I am using dawn and trying to align my main product photo (width: large, height: adapt to image) to match the width of the multirow image below (section; component-with-text), but these is a slight misalignment. How can I get the main product image width to match the image below.
Second, when I drag and resize the webpage, the main product info cuts into the area of the image and further reduces the image size. How can I create a container for the product description so it resizes like the text in the multi row (product-with-text) section
https://uox9kzuezk3vn3fa-66469920945.shopifypreview.com
p/w: maongu
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @avk9641
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
@media (min-width: 990px) {
.product--large:not(.product--no-media) .product__media-wrapper {
max-width: 67% !important;
width: calc(67% - var(--grid-desktop-horizontal-spacing) / 2) !important;;
}
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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.
This is an accepted solution.
Hi @avk9641
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
@media (min-width: 990px) {
.product--large:not(.product--no-media) .product__media-wrapper {
max-width: 67% !important;
width: calc(67% - var(--grid-desktop-horizontal-spacing) / 2) !important;;
}
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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.
thanks, it worked by also adjusting the % of the info wrapper
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