Site logo

Archived topic

read more tag

3 replies · Started by nutt on August 11, 2016

Viewing posts 1–4 of 4

How to change "readmore" float on the right side as its default is floating left?
I couldn't find the code in CSS and function.

Thank you so much

Hello,

Give this a shot:

a.read-more {
    float: right;
}

Keep in mind that you have to enter this in the global CSS editor as the blog page (any page set as the posts page) will ignore all metaboxes :)
Let me know if it works!

Thank you so much

Glad I can help!

This archived topic is closed to new replies.