Wrap text around an image on bootstrap 3

后端 未结 6 1185
自闭症患者
自闭症患者 2021-01-11 18:38

I came across an issue with wrapping the text around my image on my column. I have a template that It\'s running multiple pages. some of the images are not long enough so it

6条回答
  •  不要未来只要你来
    2021-01-11 19:28

    When using 2 columns the text will never get wrapped around the image.

    You should put the image and text in one column and give it full with. Then wrap the text and image in a div and float them to the left. Something in the line of this (code is an example and not tested):

    Your text goes here......

    You might need some margin on the image so the text doesn't stick to close to the image

提交回复
热议问题