Hi, is there any way I can remove/reduce the white space above and below the video on my store’s home page?
Thanks a lot
Hi, is there any way I can remove/reduce the white space above and below the video on my store’s home page?
Thanks a lot
Please add the following code at the bottom of your assets/timber.scss.liquid file.
@media (min-width: 768px){
.video-wrapper {padding-bottom: 42.25% !important;}
}
Hope this helps.
Thanks!
@Gusmusic Happy to help you on your issue
Follow below steps to fix your issue
@media (min-width: 768px){ .video-wrapper {padding-bottom: 42.25% !important;} }
Copy
Thank you very much guys, it worked perfectly!
Help please, i can’t find the Timber file?
same actually
I dont have timber.scss.liquid at the assets. Is their another way?
Could you please share your website link and password if any to check the theme and style?
Which worked for me:
The remove the blank space beneath the video, change the style of:
.videoBackground {
height: 100%;
position: relative;
}
CHANGE TO:
.videoBackground {
position: relative;
}