Currently working on updating a website that was originally built on D7 with a 7.x-56 zen sub theme. The layout of the theme consists of responsive horizontally stacked content regions. Recently, I created a custom blog content type along with three views blocks based on taxonomy, archive, and recent posts. However, I'm facing some issues with the layout of these individual blocks within the content region.
The desired outcome is to have the three blog content filter blocks stacked and floating to the right, while the actual blog content is floated left. While I've managed to somewhat achieve this by floating and clearing the blocks so they stack on top of each other, the problem arises in their influence on the height of the first blog post.https://i.sstatic.net/qWggd.png Could someone shed light on why the floated elements impact the views row's height and suggest a solution? You can view the live version of the site here. For additional context, the page is a view constructed from a custom content type, and the filter views are placed using the context module with an equal row height of -9. Do you recommend adding a sidebar region here or perhaps there's a CSS fix for this issue?