Title: [Plugin: List category posts] Thumbnail alignment
Last modified: August 20, 2016

---

# [Plugin: List category posts] Thumbnail alignment

 *  [russweb](https://wordpress.org/support/users/russweb/)
 * (@russweb)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/)
 * Hi
    Great plug in, everything spot on except thumbnail displays in a line of 
   its own with excerpt underneath. I would like thumbnail aligned left with excerpt
   to its right. Can I fix this?
 * Many thanks
 * [http://wordpress.org/extend/plugins/list-category-posts/](http://wordpress.org/extend/plugins/list-category-posts/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/page/2/?output_format=md)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475012)
 * this might be a css problem – in which case it might help if you can post a link
   to your site.
 *  Thread Starter [russweb](https://wordpress.org/support/users/russweb/)
 * (@russweb)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475033)
 * Thanks Sweeper: [http://www.russellwebster.com](http://www.russellwebster.com)
 * Much appreciated
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475038)
 * I don’t succeed in finding a post/page with the ‘list category posts’ showing–
   can you post a direct link to one of those?
 *  Thread Starter [russweb](https://wordpress.org/support/users/russweb/)
 * (@russweb)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475040)
 * I am using it on the home page, under ‘here are the latest blog posts’
    I had
   taken out the thumbnail code, but will put it back in now…
 * Thanks
 * [http://www.russellwebster.com](http://www.russellwebster.com)
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475059)
 * Just set a CSS class to the thumbnail with this parameter:
 * > thumbnail_class – Set a CSS class to the thumbnail and style it.
 * Then set the aligment as you wish on your CSS file.
 *  Thread Starter [russweb](https://wordpress.org/support/users/russweb/)
 * (@russweb)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475062)
 * I am sure that would work, but unfortunately I am a CSS virgin.
 * Could you help with this?
 * Thanks very much indeed
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475071)
 * try to add this to the end of style.css of your theme:
 *     ```
       .lcp_catlist img { float:left; margin:5px 10px 5px 0; }
       .lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }
       ```
   
 *  Thread Starter [russweb](https://wordpress.org/support/users/russweb/)
 * (@russweb)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475080)
 * Brilliant. That is so helpful, works like a dream. And I would not have had a
   clue myself!
 * Many thanks
 *  [chrisroberts7577](https://wordpress.org/support/users/chrisroberts7577/)
 * (@chrisroberts7577)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475201)
 * Just the answer I was looking for. I just wasn’t sure what you meant by “thumbnail_class–
   Set a CSS class to the thumbnail and style it.”
 * Thanks!
 *  [frankie_molenaar](https://wordpress.org/support/users/frankie_molenaar/)
 * (@frankie_molenaar)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475230)
 * Hi there i’m experiencing the same problems. Any help would be greatly appreciated,
   its on the home page of my new website:
 * [http://www.testvos.nl](http://www.testvos.nl)
 *  [frankie_molenaar](https://wordpress.org/support/users/frankie_molenaar/)
 * (@frankie_molenaar)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475231)
 * Replacing the dot with the images would be ideal. I have added
 *     ```
       .lcp_catlist img { float:left; margin:5px 10px 5px 0; }
       .lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }
       ```
   
 *  to my style.css, but to no avail. Many thanks in advance!
 *  [danrknudsen](https://wordpress.org/support/users/maildanrknudsendk/)
 * (@maildanrknudsendk)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475289)
 * Just what I was looking for. GREAT!
 *  [verdouxkai](https://wordpress.org/support/users/verdouxkai/)
 * (@verdouxkai)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475304)
 * I just wanted to say THANK YOU! That was exactly the solution I needed! 😀
 *  [HGI](https://wordpress.org/support/users/ultimatealeks/)
 * (@ultimatealeks)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475309)
 * I copied exactly and added it to the end of my style.css and it does not work…
   any ideas?
 *  [gagan555](https://wordpress.org/support/users/gagan555/)
 * (@gagan555)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/#post-2475311)
 * I just enable thumbnail on my category list. and it shows post title like a list
   along with the thumbnail. The list appears one below the other. can anyone suggest
   me a code, so that the post list appears this way:
    [http://i46.tinypic.com/nvqnwp.jpg](http://i46.tinypic.com/nvqnwp.jpg)
 * Let any number of thumbnails appear in each row depending on the width of the
   page.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/page/2/?output_format=md)

The topic ‘[Plugin: List category posts] Thumbnail alignment’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 17 replies
 * 10 participants
 * Last reply from: [brianlowell](https://wordpress.org/support/users/brianlowell/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-thumbnail-alignment/page/2/#post-2475313)
 * Status: not resolved