Domot
April 16, 2022, 1:20pm
1
Hi,
My embedded youtube video is not showing up on my description. I’m using the venture theme.
When I look at the code on the live page, I can see the video wrapper and all the settings but it didn’t show up.
I already try some CSS changes but didn’t do any effect.
@Domot - what code did you embed? can you please share your website link? and embed code?
Domot
April 19, 2022, 1:53pm
3
Website: https://domot.pt
Embed code:
@Domot - in which product did you add this code? can you please share that page link?
Domot
April 19, 2022, 3:22pm
5
@Domot - I recommend to add this embed code in the product description and not in theme file code, issue is video has been hidden and if we remove that property then it overlaps other content due to css settings
Domot
April 19, 2022, 4:00pm
7
I just added the embed code to the product description. Only on this product..
@Domot - please add this css to the very end of your theme.scss file and check, for now this is for desktop only
@media screen and (min-width:750px){
.product-single__description{clear: both;}
}
but if you want on mobile too then add code in next css
.product-single__description{clear: both;}
1 Like