Currently, I am working on customizing my blog posts in WordPress. My goal is to have the content of each post displayed next to the post thumbnail, and once the image ends, the content should seamlessly flow underneath it from the left side.
I have implemented a layout using Bootstrap's grid system with 6 columns for the thumbnail and 6 columns for the content. However, I am now faced with the challenge of ensuring that the content automatically fills the remaining space below the image. Any suggestions on how I can achieve this effect using CSS or Bootstrap?