Hi,
I have a CSS problem. Basically if you imagine a 3 column layout (we can in fact forget about the 1st and 3rd columns), the second column is flexible, so the width changes depending on browser size.
What I'd like to add in is 3 images with some text underneath (relating to each image). However, if the browser window is short, then it will automatically wrap image 3 and related text underneath the image1 (and text) and image2 (and text).
[image1] [image2] [image3]
text text text text text text
text text text text text text
or if there's a narrow browser/width.
[image1] [image2]
text text text text
[image3]
text text
---
Can anyone help please?
Start Free Trial