Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello there,
I need some help adjusting the spacing between the product image and its information — I’d like to increase the gap.
Can anyone guide me on how to do this?
Thank you 🙏🏼
Please share the link to your product page
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @BadForm,
Please send the website link, I will check it for you
Paste this into this sections "Custom CSS" setting:
.product-content-container {
--section-horizontal-spacing: 2rem;
}
You can increase the number, if you like.
If you want this only on desktop, use this:
@media (min-width:1024px){
.product-content-container {
--section-horizontal-spacing: 2rem;
}
}
Hello there! @BadForm You should try the following steps and let me know if it works
Goto Online Store-> Themes -> Action dropdown -> Edit code -> Goto sections -> Edit product-template.liquid file.
Replace
medium-up--two-thirds
to
medium-up--one-half
Check the screenshot below.
Hi @BadForm
This needs to check the page backend code contents, so that I can share you the available code. It will be quite helpful if you share this page URL. Thank you!