We are having a couple issues that have been persistent bugs with the past few releases of Enfold:
1. When a color section is added to the top of a page that has a sidebar it is now forcing the sidebar to the bottom of the standard content block where before it used to keep the sidebar on the right (or left) of that block and just push it and the main content area down below the color section. (see attached screenshot)
I think they added an extra clear class to body .units.alpha because if I add this to my css it fixes the issue. This however is not an ideal fix because everyone’s sidebar may not be set to a width of 27%.
body .units.alpha {clear: none;}
.sidebar {width: 27% !important;}
2. When the first column in a row is set to equal height on a page with a sidebar the layout is breaking it is forcing the second column in the row below the first.
Not sure what the easy fix is on this. I have yet to find one so I am just not using that feature. Typically it happens when I have an image in the first column (left side) and text in the second column (right side).
i.e. Column 1 set to 1/3 with an image in it and column 2 set to 2/3 with a text block in it.