Right Align 'Read more' Using Genesis Framework
The default code for the ‚Read more’ link in Genesis is:
<p>
<a href="http://posteed.com/blog/welcome/#more-26" class="more-link">[Read more…]</a>
</p>
To right align that code, use the following CSS code:
.more-link {
text-align: right;
display: block;
}