I am editing a WordPress template and what I need is to put two div
, next to each other , as well ("2" and "3"):
I've already dealt with float:left;
in div "2" and overflow:hidden;
in div "3" and the result is close to what I'm looking for. But I need both of them to be stuck down inside the div "1" as seen in the image, and the problem when applying those CSS properties is that the div "2" stays stuck up at the height of the div "3 ".