Title: Styling
Last modified: August 21, 2016

---

# Styling

 *  Resolved [Droopie](https://wordpress.org/support/users/droopie/)
 * (@droopie)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-25/)
 * Hey there. I am using the shortcode but it is not styled to my liking… the current
   page that it is being used is ‘[http://ireadthatbook.com/reviews/&#8217](http://ireadthatbook.com/reviews/&#8217);–
   The text is being wrapped beyond the image. I would like it to be to the right
   of the image and not contain the big gap in space as it is.
 * Any suggestions?
 * [https://wordpress.org/plugins/display-posts-shortcode/](https://wordpress.org/plugins/display-posts-shortcode/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Droopie](https://wordpress.org/support/users/droopie/)
 * (@droopie)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-25/#post-4658023)
 * I figured out the problem! I had to include the css –
 *     ```
       .display-posts-listing .listing-item {
           clear: both;
       }
   
       .display-posts-listing img {
           float: left;
           margin: 0 10px 10px 0;
       }
       ```
   
 * Sorry for making this an issue. Great plugin.

Viewing 1 replies (of 1 total)

The topic ‘Styling’ is closed to new replies.

 * ![](https://ps.w.org/display-posts-shortcode/assets/icon-256x256.jpg?rev=2940963)
 * [Display Posts - Easy lists, grids, navigation, and more](https://wordpress.org/plugins/display-posts-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/display-posts-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/display-posts-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-posts-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-posts-shortcode/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [Text overflow](https://wordpress.org/support/topic-tag/text-overflow/)
 * [wrapper](https://wordpress.org/support/topic-tag/wrapper/)

 * 1 reply
 * 1 participant
 * Last reply from: [Droopie](https://wordpress.org/support/users/droopie/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/styling-25/#post-4658023)
 * Status: resolved