Background Video Not Full Width

Hello,

I just purchased Beaver Builder and it looks like a really cool tool. I’m having some issues though out of the gate. I’m trying to embed a background video, but it won’t stay at full-width. I had it at full width and when I started to edit other elements of the page it shrunk and it wouldn’t go back.

I’ve started over 6 different times and was able to get the background video to full width two of those times.

Also, it took me a little bit to find where to edit the background video since the header to my theme covers the edit button. To get the edit button I had to add a row to the top of my theme temporarily, which worked, but one of the times, removing it, the background video shrank.

My website can be found at http://www.showtrades.com/ should that be helpful.

I’m really looking forward to getting this resolved because this product looks great. I actually just ditched Divi Builder for this, so I’ve got high hopes. :slight_smile:

Best,
Anthony

It’s also worth noting that I’ve added some CSS to the page to remove padding from my theme:

article.post-9104 {
    padding: 0!important;
}

Hey Anthony,

Sorry to hear about the problem. Do you think you can share temp admin access to your site so we can take a better look? You can post the details here using the private reply option below.

Thanks!

KC

[Content Hidden]

[Content Hidden]

Hey Anthony,

I’ve just inserted the CSS snippet below into your “Home” page to fix the video issue there.

.fl-bg-video video {
   max-width: none; 
}

As for your second question, please use the below CSS snippet to make BB full width. Let us know if you need anything further.

#content > article {
  padding: 0px;
}

Thanks!

KC

Thanks, KC! You’re awesome and fast!

Hey Anthony,

Glad that worked for you, enjoy BB and let us know if you need anything further! :slight_smile:

Thanks!

KC