06/25/2015 at 7:23 pm
#338640
Keymaster
@ Charlotte
Actually it should be right aligned. It is a bug in the CSS. I’ll have to release an update. In the mean time, if you add the following to your theme’s custom CSS area:
#cn-excerpt-plus span.cn-show-more,
#cn-excerpt-plus span.cn-link-more {
cursor: pointer;
display:block;
font-weight: bold;
line-height: 28px !important;
text-align: right;
}
That should fix it right up. Hope that helps!