Hello support,
I’m facing the same issue from the moment GP switched from floats to flexbox. Since display:flex
is applied on the div.site-content
container, this issue started to show up. Of course the above css fixes this, the same with flex-direction:column
on the container – or even disabling flexbox completely by adding display:block
on the container. However, since GP is one of the most popular themes for page builders and Beaver Builder in particular, perhaps you could implement some built in function that would recognize the presence of BB and if so, enable either of the css settings on the container. This way it would work out of the box (as with the floats before) and not forcing users to get frustrated and start looking for help…
FYI: settings BB row containers to full width doesn’t help. The issue does not show on regular pages, but only on Beaver Themer templates.