Title: wordpress post text problems
Last modified: August 31, 2016

---

# wordpress post text problems

 *  Resolved [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-post-text-problems/)
 * this is my site [http://laughinghive.com](http://laughinghive.com)
 * and i use image ur and text in my site but i have big prob i want my post text
   show like this —-http://oi65.tinypic.com/330egqd.jpg
 * but some time its show like this — [http://oi68.tinypic.com/33ws83p.jpg](http://oi68.tinypic.com/33ws83p.jpg)
 * my this post link– [http://laughinghive.com/entertainment/12-drunk-texts-that-will-remind-you-of-your-wild-nights/](http://laughinghive.com/entertainment/12-drunk-texts-that-will-remind-you-of-your-wild-nights/)
 * anyone can help me 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-post-text-problems/#post-7032394)
 * You could remove the float from the images in that post. I don’t know how that
   may affect images in your other posts. Right now the images are set with a class
   called ‘alignleft’ which is causing them to float left. If they are not wide 
   enough the text will set next to it if it has room. If that class was added in
   your wysiwyg then remove it there. otherwise this bit of css should do the trick…
   at least for THAT page.
 *     ```
       img.alignleft.img-responsive {
           float: none;
       }
       ```
   
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-post-text-problems/#post-7032408)
 * wow i was try to fix this prob for long time and you fix it ty ty 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wordpress post text problems’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-post-text-problems/#post-7032408)
 * Status: resolved