I want to know why the text block in absolute position is not relative to its container/parent element which is the div block, as shown in the screen shot below. I’m planning to put the text block closer to the image in a responsive way, by not tweaking its margins/paddings.
Update: I’ve already solved my problem. After several readings, I found out that the parent Div Block must be set to “relative” for the absolute-positioned Text Block child to be relative to the Div.