[Resolved] read more tag

Home Forums Support [Resolved] read more tag

Home Forums Support read more tag

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #217474
    nutt

    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

    #217479
    Leo
    Staff
    Customer Support

    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!

    #217574
    nutt

    Thank you so much

    #217575
    Leo
    Staff
    Customer Support

    Glad I can help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.