I am facing an issue with two divs; one on the right and the other on the left.
When I try to add a third div below the right div, it ends up appearing under the left div or at the left side of the left div.
Here is my current setup:
https://i.sstatic.net/4blTJ.png
And here is what I want to achieve:
https://i.sstatic.net/fhfyl.png
I have tried various methods including:
- clear:left or clear:both
- list-style: none;
- using position:relative;
- also looked into this method but couldn't figure it out
I also searched on Stack Overflow for other solutions but without success.
Here is a live example: JSfiddle
How can I resolve this issue?
/* CSS code snippet */
<!-- HTML code snippet -->