Title: Posts widget
Last modified: August 3, 2018

---

# Posts widget

 *  Resolved [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/)
 * Hello
    I don´t speak english. I’m sorry.
 * I want to use Posts widget with Elementor PRO.
    I need to list all the posts 
   but I want to include a <hr> between each post. ¿it´s possible?¿how?
 * Thank you.

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

 *  [momo-fr](https://wordpress.org/support/users/momo-fr/)
 * (@momo-fr)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10553694)
 * The question is Posts widget works with Elementor or do I want a HR tag between
   each line item?
 * If it’s just the second question just stylize the article entries (probably li)
   with some CSS.
 * What is the extension used: Flexible Posts Widget or Ultimate Posts Widget?
 *  Thread Starter [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10553724)
 * Thank you.
    With Elementor PRO we have Post widget. Not extension used. With 
   Post widget I list Post tile, excerpt and Read more.
 * I want to put the <hr> tag between each post.
 *  [momo-fr](https://wordpress.org/support/users/momo-fr/)
 * (@momo-fr)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10554881)
 * Why do you want a Hr tag just for a line of separation, I think?
 * You can in the style tab, you have border settings, check only down with 1 px
   of thickness and add a padding bottom as you like. Very simple.
 * [See here some examples.](http://megastock.free.fr/flux/exemple.jpg)
 *  Thread Starter [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10555096)
 * Thank you.
    The line should be 20 pixels long only.
 *  [momo-fr](https://wordpress.org/support/users/momo-fr/)
 * (@momo-fr)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10555409)
 * Ok, for that, do not use a border line but the :: after CSS element with these
   CSS rules:
 *     ```
       .elementor-post.elementor-grid-item {
       	position: relative;
       }
       .elementor-post.elementor-grid-item:after {
           content: "";
           position:absolute;
           width: 20px;
           height: 1px;
           bottom: 0;
           border-bottom: 2px solid #ff0000;
       }
       ```
   
 * [See result here](http://megastock.free.fr/flux/exemple2.jpg)
 *  Thread Starter [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-widget/#post-10555790)
 * Thank you!!!!
    I’ll try it
    -  This reply was modified 8 years, 1 month ago by [jorgiyo](https://wordpress.org/support/users/jorgiyo/).
 *  Thread Starter [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years ago](https://wordpress.org/support/topic/posts-widget/#post-10642014)
 * Ooohhh
 * I had stayed in the version 2.0.16 and everything was fine.
    Today I updated 
   to the version 2.1.5 and it does not work.
 * The line is drawn to the button READ MORE
 * Help me please.
 *  [momo-fr](https://wordpress.org/support/users/momo-fr/)
 * (@momo-fr)
 * [8 years ago](https://wordpress.org/support/topic/posts-widget/#post-10646279)
 * Try this :
 *     ```
       .elementor-post.elementor-grid-item {
       	position: relative;
       }
       .elementor-post.elementor-grid-item:after {
           content: "";
           position:absolute;
           width: 20px;
           height: 1px;
           bottom: 0;
           border-bottom: 2px solid #ff0000;
       }
       .elementor-post__text {
       	margin-top: 0px;
       	padding: 0px 0px 15px;
       }
       .elementor-posts-container .elementor-post {
       	margin: 0 0 -15px;
       }
       ```
   
 *  Thread Starter [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * (@jorgiyo)
 * [8 years ago](https://wordpress.org/support/topic/posts-widget/#post-10665652)
 * It works perfect.
 * Thank you.

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

 The topic ‘Posts widget’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [jorgiyo](https://wordpress.org/support/users/jorgiyo/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/posts-widget/#post-10665652)
 * Status: resolved