How to adjust the spacing between custom liquid embedded videos

Solved

How to adjust the spacing between custom liquid embedded videos

IntechCarl
Shopify Partner
194 1 20

Hi everyone,

I embedded some youtube videos in my shop, but the problem is I don't know how to adjust the spacing between every videos.
Does someone know how?
Site URL: https://xrfyrlvu54fe6996-13830324282.shopifypreview.com
See the photo below for reference:

IntechCarl_0-1701314763113.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11360 2227 2399

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add below code after <head> tag

<style>
.section-template--15232672497707__6cdaeb83-756e-4619-b457-e14525e0ad51-padding {
column-gap: 2rem;
}
</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.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11360 2227 2399

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add below code after <head> tag

<style>
.section-template--15232672497707__6cdaeb83-756e-4619-b457-e14525e0ad51-padding {
column-gap: 2rem;
}
</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.