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;
}
Thanks for the CSS help. Where would I insert this snippet of code?
Appearance -> Themes -> Customize(blue button) -> Advanced Settings
You will see “Custom CSS”, here you can put the above CSS.
That fixed it, thank you!
Ok, set this topic as resolved.
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/
Your talking about the sidebar right? You want the date to be on the right? not directly below the title?
Kadence Themes
Or aligned equally with the post title.
Yes, the sidebar – “Recent Posts” section.
Thanks.
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