Problem - code will work in a page that was created before today, but if copied into a page created today it will not work. When I look at the source code I see that it adds <div class="breakout"> when displaying the page created today. And it displays the content wierdly inside a box with white background and no where near 70% of the width of the page. The source for both was created in the Classic editor, both had the current content entered today.
Okay so now I need the sidebar to run the full length of the page now matter how much content it holds. The reason I need this is because I have the sidebar floating to the left and when I start filling up the content section it drops under the sidebar and looks horrible. I have tried to set the sidebar height to 100% in CSS but to no avail. I also read that I needed to set the parent container height and that 100% would work because the sidebar div just needs something to be 100% of. I did that and it didn't work. However if I set a hard px number say 500px for the height of the display content area then the 100% trick works. However I can't set a hard number because the page needs to grow for as much as I put in or my users put in. Any help would be great. THANKS!!