I have scoured the internet in search of posts discussing a similar issue to mine, but unfortunately I have not been able to find a solution that brings me closer to resolving it.
As it stands, I am facing a challenge with a DIV setup. I have a Container that encapsulates two DIVs. The first DIV contains a logo that should always be positioned at the top left (positioned relatively). Meanwhile, the second DIV should always begin at the bottom right of the Container and contain varying text content (positioned absolutely).
When the text in the second DIV is short, everything appears fine. However, when the text length increases beyond the size of the logo, it extends outside the top boundary of the Container.
My objective is for the Container to expand along with the absolute DIV as the text grows longer.
To help clarify my issue, I have provided a sample demo in the following fiddle:
[jsfiddle.net/jb3drnb0][1]
Is there something crucial that I am overlooking?