I have attached an image, i want to display the full text next to image. But in the picture you can see that some text is below the image.
Asked
Active
Viewed 162 times
-5
2 Answers
0
<div class="image-grid"><img src=""/></div>
<div class="content-grid">Content Goes Here</div>
css
.image-grid{float:left;width:40%;}
.content-grid{float:left;width:60%;}
it will work for you

Gurmatpal
- 134
- 8
0
Try this
<div class ="row">
<div style="width: 50%; float:left">
<img src ="/yourimagepath/image.jpg">
</div>
<div style="width: 50%; float:right">
//Your content type here
</div>
</div>

Alsamil Mehboob
- 384
- 2
- 6
- 24
-
@ContaxPartners , Now the answer is updated. plz try once more – Alsamil Mehboob Sep 18 '17 at 07:16
-
DEWA develops ties with Chinese Public & Private sectors
– Contax Partners Sep 18 '17 at 07:20Text, More text
Text, More text
– Contax Partners Sep 18 '17 at 07:04