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
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.
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.
Thanks, this helped indeed!
Jornes’s solution fixed it
You’re welcome. Just trying to help.