How to add two side-by-side videos to the video section of the homepage of Brooklyn?

How to add two side-by-side videos to the video section of the homepage of Brooklyn?

1 Like

@joyouceusa

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

2 Likes

Thank you.This is my site URL"https://joyouce-usa.myshopify.com/".

1 Like

@joyouceusa

thanks for store url bt sorry i can’t see 2 video at home page can you please show me 2 videos?

Because this theme can only add one video.However,I want to add two videos on there and then it can display these two video side-by-side. Now,I can’t add two videos,can you help me?

@joyouceusa

can you please add one more video section so i will give you code

1 Like

Well,that’s very nice.Thank you!

1 Like

@joyouceusa

great thanks see output if you have add one more video section

1 Like

Well,so nice!This is exactly what I want!

1 Like

@joyouceusa

sounds good please add second video

Ok,I have now added the second video.

Hi,I already added the second video,and then what should I do?

1 Like

@joyouceusa

sorry but i can’t see second video

Oh,sorry,I have hidden it.Now you can see the second video.

@KetanKumar Next what should I do?

1 Like

@joyouceusa

sorry for late here please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media screen and (min-width: 769px) {
div#shopify-section-162727627451fcd95e, div#shopify-section-1625046015fc50104c {
width: 50%;
    float: left;
}
}
1 Like

Hello

Does this same code apply to the dawn theme? I am trying to put two videos next to each other instead of beneath each other but it’s not working. Also, I don’t have >theme.css but I do have video-section.css

Did you ever find out if this code worked or have you found a solution?