Title: Recent Posts in Sidebar
Last modified: August 31, 2016

---

# Recent Posts in Sidebar

 *  Resolved [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/)
 * Website: [http://www.familyworshipradio.com/2016/04/05/preparing-for-family-worship/](http://www.familyworshipradio.com/2016/04/05/preparing-for-family-worship/)
 * Please take a look at the right hand sidebar. For some reason several of the 
   recent posts push the fate underneath the image and then some don’t. Any idea
   why this is happening?

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

 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243655)
 * let me check it.
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243661)
 * Hi Lee,
 * You can try the following CSS to fix the above issue.
 *     ```
       .kadence_recent_posts .recentpost_featimg{
       	float: left;
           min-height: 55px;
       }
   
       .kadence_recent_posts .recentpost_title{
       	width: 172px;
           float: right;
           padding-top: 0px;
           line-height: 17px;
       }
       ```
   
 *  Thread Starter [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243689)
 * Thanks for the CSS help. Where would I insert this snippet of code?
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243715)
 * Appearance -> Themes -> Customize(blue button) -> Advanced Settings
 * You will see “Custom CSS”, here you can put the above CSS.
 *  Thread Starter [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243770)
 * That fixed it, thank you!
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243779)
 * Ok, set this topic as resolved.
 *  Thread Starter [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243815)
 * I just noticed, not sure how I missed it or if something changed, that the date
   is now underneath the recent post title, but it is not lined up right, it is 
   to the left. Any change to make to correct this?
 * [http://www.familyworshipradio.com/our-faith/](http://www.familyworshipradio.com/our-faith/)
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243835)
 * Your talking about the sidebar right? You want the date to be on the right? not
   directly below the title?
 * Kadence Themes
 *  Thread Starter [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243844)
 * Or aligned equally with the post title.
 * Yes, the sidebar – “Recent Posts” section.
 * Thanks.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243854)
 * Right now it looks like you have this css added:
 *     ```
       .kadence_recent_posts .recentpost_title{
       	width: 172px;
           float: right;
           padding-top: 0px;
           line-height: 17px;
       }
       ```
   
 * I suggest you change to this:
 *     ```
       .kadence_recent_posts .recentpost_title {
           padding-top: 0px;
           line-height: 17px;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * (@speedpro50)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243857)
 * Thank you!

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

The topic ‘Recent Posts in Sidebar’ is closed to new replies.

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

## Tags

 * ["recent post"](https://wordpress.org/support/topic-tag/recent-post/)

 * 11 replies
 * 3 participants
 * Last reply from: [speedpro50](https://wordpress.org/support/users/speedpro50/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-in-sidebar-2/#post-7243857)
 * Status: resolved