Full width isn't working on my site

I’m using the Highlight Wordpress Theme and when using BB page builder the full width of rows doesn’t show edge to edge. How can I fix it? Thank you.

Did you search in the KB: https://kb.wpbeaverbuilder.com/article/120-full-width-rows-on-third-party-themes

Yes and tried it but unsuccessfully…

Hard to help without being able to access your site and inspect the code in a browser: an URL to share maybe? :wink:

https://deeptechcommunity.com/ - any help is welcome

Hi,

Try using the CSS below.

.fl-builder #page #page-content {
  padding-top: 0;
}
.fl-builder #page-content .content {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
1 Like

Now it’s working. Thank you Danny!

1 Like