SOLVED: Header broken after upgrade to 1.5 RC

Bricks Version: 1.5 RC
Browser: FF Dev
** Windows
URL: (https://phin.maracooja.de/)

After upgrading to 1.5 RC from 1.5 beta the header is broken. Watch this short video on loom

If you are using Div previously,

Please do something for your DIV element in the theme setting.

For my live site with 1.5-Beta, it’s an easy fix when updating to 1.5RC.
I just need to give this styling to the DIV element and the issue will be fixed.

Go to theme setting > Element - DIV

Width:100%;
Display:Flex;
Align Cross Axis > Start

Hope it helps.

1 Like

I ran into this as well, and just did some conversions from the div to the block, and it’ll fix them as well. For me there’s a bit of thought process change now when deciding to use a block vs. a div natively, so previously, the div’s were used in both cases, and I had just styled to fit what I needed. Now that they are targeted for specific cases, I updated them to suit the need, and corrected the styling(classes) to fit that need.

1 Like

Thanks, this helped indeed!

1 Like

Jornes’s solution fixed it

1 Like

You’re welcome. Just trying to help. :smiley: