Latest Update - BeTheme or WPBakery Broke Layout - Did Both Same Time

We ran both updates and then noticed the layout of certain pages is broken. It seems to want to load wpbakery to the right of the nav bar before the scrolling nav bar.

https://twopeasdesigns.com/hand-made-gifts/

Comments

  • Fixed it

    .section_wrapper {display:block!important;}

    For whatever reason it wants to display:flex and break since the theme or wpbakery update.

  • Hi,

    I do not know from what version you updated Betheme, but we introduced Flexbox about a year ago and did not encounter any other similar problems as yours.

    Your CSS is correct, and I suggest leaving it, but it would be better if you add .wpb-js-composer to it, so it will look like this:

    .wpb-js-composer .section_wrapper {
     display:block!important;
    }
    

    Best regards

Sign In or Register to comment.