0

So I have 5 items (inside a containing DIV). The items lineup as:

Text Image DIV Image Text

I want it displayed so that the DIV is central, the images 'hug' the DIV, then the text 'hugs' the image, so any space left would be on the left or right of the containing DIV.

How it currently looks How I need it to look

I've used flex to try and attain this, but this just centers the entire content of the containing DIV, rather than the DIV which I want to entirely center.

Xavier
  • 9
  • 2

1 Answers1

0

Apologies, after an hour more searching I found a thread relating to a very similar requirement which fixed mine.

Solution here - How to align and center 3 divs without affecting middle div

Xavier
  • 9
  • 2