'Read more' link customasation

Hello!

This is a small thing, but would like to more the ‘Read more’ link to the right side of the posts excerpts.

I use manual excerpts and added function:
//Read More Button For Excerpt
function custom_excerpt_read_more_link($output) {
global $post;
return $output . ’ ད་དུང་བལྟ་ཀློག • Read More • 閱讀更多’;
}
add_filter( ‘the_excerpt’, ‘custom_excerpt_read_more_link’ );

This works very well, but somehow I cannot change text-align position on .more-link or a.more-link class… Is there any way?

Website: dharmaebooks.org

thank you
beata

Hello Beata,

You may update the CSS code you current have then set the read more display to block then its text align to right.

Please see the screencast below:

Hope this helps.

Thank you!

You’re welcome, Beata.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.