Apologies if my terminology is off, I am relatively new to this. My goal is to align two divs horizontally, one containing an image and the other the message content. I have created a messaging user interface.
Everything was functioning correctly until I attempted to include the user's image alongside the message. I tried using display: inline-block;
on both divs (image and message content) but that did not resolve the issue.
I am unsure of what other steps I can take, aside from resorting to Bootstrap's grid system, which may be excessive for this task.