Full Width Rows With My Theme

I am using a third party theme called Blog Bank Pro. I’ve set the page to full width and that did extend the content from BB, but it is still fixed and does not reach edge to edge. Is there any way I could get the this to be edge-to-edge.
Link to website: www.easyearnedmoney.com

Hi,

It looks like you’ve resolved this, but the CSS you’re using will affect all pages not just pages using Beaver Builder.

Also, the CSS is impacting your headers container as well. If you replace the CSS you’ve currently using with the CSS below, this will only impact pages using Beaver Builder and won’t force your header container full-width.

.fl-builder .entry-content .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
1 Like