Hi,
Sorry I’m currently testing on a local server. upload the site is necessary.
I’m try to add css to the height of a full width video. I’m using a full width row and using the video player (youtube link) inside. The player full width works fine but I want to manually reduce the height as it’s too large for my design.
I’ve located the css to
.sf-video-wrap {
padding-bottom: 56.25%;
position: relative;
width: 100%;
}
I can’t seem to bring down the padding with CSS to make it more of a letterbox design. It corrects and works fine when testing in Chrome Inspector – want it down to about 40% instead.
Can you point me in the right direction… I feel like i’m going around in circles.
Appreciate any help you can give me.
Thanks,
Clint