Title: edit widget recent posts
Last modified: August 22, 2016

---

# edit widget recent posts

 *  Resolved [Arcss](https://wordpress.org/support/users/arcss/)
 * (@arcss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/)
 * I have 2 widgets above each other. I want to use the same look for both of them.
   I have changed the look of the events calender, but i want that mij “recent posts”
   have the same looks. I don’t find how I can change those settings.
    Thanx!
 * [http://www.devalke.be](http://www.devalke.be)

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

 *  [ruandre](https://wordpress.org/support/users/ruandre/)
 * (@ruandre)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5704786)
 * Try adding the CSS below to the bottom of your **style.css** file or via a [child theme](http://codex.wordpress.org/Child_Themes)
   or via the [Jetpack](http://jetpack.me/) plugin’s custom CSS feature:
 *     ```
       .widget_recent_entries {
         text-align: left;
       }
       .widget_recent_entries li,
       .widget_recent_entries span {
         clear: both;
         display: block;
       }
       ```
   
 * If you’re using Chrome or Firefox you can **right-click** on anything in your
   page and choose **inspect element** to debug CSS issues.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5704790)
 * Hey there Arcss,
 * Hope you’re well today!
 * This can be done with some custom CSS. Please try adding the following CSS code
   in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .widget_recent_entries li {
       margin-bottom: 10px;
       }
   
       .widget_recent_entries a {
       display: block;
       }
       ```
   
 * This should make your recent post widget to be displayed as the one below.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [Arcss](https://wordpress.org/support/users/arcss/)
 * (@arcss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5704979)
 * Thanks a lot, it worked!!
 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5705010)
 * Hey there Arcss,
 * Glad it’s working for you! 🙂 Working with Bojan here.
 * I suggest you mark this thread as resolved so other members with the same issue
   can see that this ticket contains an answer that maybe a possible solution for
   their issue.
 * Take care,
    Calvin
 *  Thread Starter [Arcss](https://wordpress.org/support/users/arcss/)
 * (@arcss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5705011)
 * Check 🙂

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

The topic ‘edit widget recent posts’ is closed to new replies.

 * 5 replies
 * 4 participants
 * Last reply from: [Arcss](https://wordpress.org/support/users/arcss/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/edit-widget-recent-posts/#post-5705011)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
