Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I am working on the Vantage Pro site and have a YouTube video embedded into a text widget on the custom home page.
But when I view the page, there is top-padding of 56.25% above the video. Can you tell me how to remove this padding, so the video sits under the title ‘video’?
Here’s a link to the url: http://www.fibonacci3d.xyz/
Thanks
Mike
Hi Mikecottam73
You were on the right lines with the custom CSS you have already tried. Please change your existing CSS to this
div.video-wrap { width: 100%; min-height: 0px !important; padding-top: 0px !important; }Magus
Brilliant Magus, thanks so much for your quick response.