Archived topic
Post container width jumps to full screen when using Beaver Builder editor
3 replies · Started by Steven on April 5, 2022
Post container width jumps to full screen when using Beaver Builder editor but not WP standard editor. First noticed last week.
E.g. broken: https://attorneyoneill.com/cloudy-laws-cloud-computing-security-and-legal-challenges/
E.g. normal: https://attorneyoneill.com/cloudy-laws-cloud-computing-security-and-legal-challenges-copy/
Beaver Builder support says: "Regarding the error, BB doesn't affect anything outside its container or the content area which is provided by the theme. We have specifically coded it that way so it doesn't step out of the container and keep the theme's design. There's no code in BB that would alter the container so the change most probably didn't come from BB. I would still like to check the admin to be sure though but I would recommend following up on that ticket you have opened on the theme's support."
Hi there,
try adding this CSS:
.fl-builder.no-sidebar:not(.full-width-content) .container.grid-container {
max-width: 1100px;
}
David,
Stunningly fast response, and it looks like you may have nailed it. It fixed the errant blog post. I will need to survey the site over the next day to see if anything else may have been changed but looks good so far. Many thanks
You're welcome.