Hi! I’ve searching to find how to add custom code to make the Video section in Debut theme full width. Any help would be great!
Here’s my site: https://forthewaterswim.com/?_ab=0&_fd=0&_sc=1
Hi! I’ve searching to find how to add custom code to make the Video section in Debut theme full width. Any help would be great!
Here’s my site: https://forthewaterswim.com/?_ab=0&_fd=0&_sc=1
Please share preview URL
Please place this code at the end of theme.scss
#shopify-section-16081616391756c69b .page-width {
max-width: unset !important;
padding: 0px !important;
}
#shopify-section-16081616391756c69b #Video-16081616391756c69b {
width: 100% !important;
left: 0px !important;
}
Thanks so much!! Worked perfectly!
Thank you for update.
Hi there, it doesnt work on my theme, im using modular, can anyone please teach me how to edit the code? thank u
Hello, @boonking_chan
Welcome to the shopify Community.
I read your problem and it seems that I need to analyze your website to provide solution here.
Would you please share your website URL and if your website is password protected then also provide password.
www.crakeshoes.com password klaybo
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
#shopify-section-16204869142cd3083c .container {
max-width: 100%;
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
thanks, the problem is solved.. thank u so much
HI there, may I ask, what if I wanna adjust the height of the video player to a little bit lower?
height=“70%” <— does it work?
#shopify-section-16204869142cd3083c .container .custom-html__code video {
height: 500px; /* provide height which you want to set */
}
when the height is 500px, the video width is not 100%, how do I make it 100% width with 500px height?
thank u
It is not possible.
please take a look at this www.superga.com.sg
how do I make the video background like this? landscape view,
thank u
Do you have youtube video?
Yes then it can be possible by doing some modifying code in your store.
what modifying? what do I need to do?