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

Spacing Between Product Image & Product Information

Spacing Between Product Image & Product Information

BadForm
Tourist
6 0 2

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 🙏🏼

 

Screenshot 2025-07-03 at 3.18.34 PM.png

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

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.

namphan
Shopify Partner
2777 358 407

Hi @BadForm,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

tim
Shopify Partner
4812 598 1733

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;
  }
}
If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

Bundler-Manuel
Astronaut
1195 55 141

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
Copy

to

medium-up--one-half
Copy

Check the screenshot below.

BundlerManuel_0-1751525633885.jpeg

 

 

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

Wendell4
Explorer
90 3 6

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!