This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Help with Oversized Div

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by mikecottam73 10 years ago

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

URL: http://www.fibonacci3d.xyz/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 7 months ago

    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

  2. mikecottam73 10 years, 7 months ago

    Brilliant Magus, thanks so much for your quick response.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread