Hi, awesome, thanks! The Read More on new line has worked a treat. The excerpt length issue must be dictated by the theme as you say, I’ve just shortened the original excerpts to stop them extending below my thumbnails.
Number 3 above is still not working for me – the top of my first thumbnail image is still slightly lower (5-8 pixels?) than the image in the widget next to it – https://www.helpingauthorsonline.com. My entire custom code for this plugin is below, maybe something else is conflicting with the custom code you suggested?
.rpwe-block ul {
list-style: none !important;
margin-top: 0;
margin-left: 0 !important;
padding-left: 0 !important;
}
.read-more, .more-link {
color: #ef0202;
padding-left: 0px;
}
.rpwe-block li {
border-bottom: 0px;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.rpwe-block a {
display: inline !important;
text-decoration: none;
}
.rpwe-thumb {
border: 0px !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}
.rpwe-block h3 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
clear: none;
font-size: 22px !important;
font-weight: 400;
line-height: 1.5em;
margin-bottom: 10px !important;
margin-top: 0 !important;
padding-bottom: 1px;
}
.rpwe-summary {
font-size: 16px;
line-height: 24px;
}
.rpwe-summary .more-link {
display: table !important;
}
.rpwe-time {
color: #bbb;
font-size: 16px;
}
.rpwe-alignleft {
display: inline;
float: left;
}
.rpwe-alignright {
display: inline;
float: right;
}
.rpwe-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after {
content: “”;
display: table !important;
}
.rpwe-clearfix:after {
clear: both;
}
.rpwe-clearfix {
zoom: 1;
}