How to make the text wrap under picture

On the bottom of this page I have got an issue when the text is too long and goes way too far from the picture. I tried to ajust my CSS but so far have been unable to make it working as I want.

If you put

ul.polaroids li { max-width: 300px; display: block; float: left; }

It seems to work but there might be a better way. You might be able to change the size a bit as i just guessed a close number. Check on various screens to make sure it scales correctly.

hth

2 Likes

Looking all right to me !
Thanks for your help Noppy

cool. you might also want to add a bit of margin to the right of each as they bunched up a bit with the code above.

:slight_smile:

One more thing. Add max-width: 100% to those images to keep them good on mobiles.
Maybe also alter the grow effect, as it exceeds the screen width on smaller devices.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.