Video background and problems with taste theme (size, and covering)

Dear Shopify Community

I have jumped into another problem with Taste Theme. Since i have used Video background on top of my website, the rest (all content below) is moved far far away to the bottom of the website. Moreover, it seems like the footer or the website is also gone (or covered somehow).

The same thing is visible on desktop and mobile view.

https://zestlab.cc/

I would like to get rid of this large black space between video background , and below sections.

Any ideas, how to fix this issue?

Thanks in advance for all suggestions.

K

Hi

Hi,

This can fix it

.videoBackground{ 
   height: auto;
}

Well if you know html, css and know where to add the code above.

Thanks a lot Jazz-Jay,

Can you suggest where this code should be changed?

You can add in assets/base.css in the bottom

.videoBackground {
height: auto!Important;
}

or find css style in your video section and change it…

thanks!

It seems i could did it on my own by editing a specific line