More tag now aligns left instead of right?

  • Mark-F

    #8142

    Hey Guys,

    After installing the latest update, the more tag ( <!–more–> ) is now aligning to the left of the post, whereas it used to align to the right of the post. Does anyone know how to make it align right, like it used to?

    It looks like I am not the only one with this issue:

    http://wordpress.org/support/topic/align-read-more-button

    Cheers, Mark.

    Anonymous

    #40502

    Yes mine is this way also. The read more button on the front page is not where it belongs. Also on the drop down menu in the header, when you open a second page the arrows are gone and it shows numbers instead. http://leahsaysviews.com

    Anonymous

    #40503

    Add this to Custom CSS,

    .entry-content .more-link {
    float: right;
    }

    Anonymous

    #40504

    Sorry but this didn’t change it back. http://leahsaysviews.com

    Anonymous

    #40505

    Where did you add that code? I don’t see it in your site.

    Anonymous

    #40506

    IN the Graphene Custom CSS very bottom one!

    Anonymous

    #40507

    I still can’t see it. Try flushing cache in WP-Super-Cache plugin.

    Anonymous

    #40508

    Did that help? Because it still looks the same on my end.

    Anonymous

    #40509

    Before the update the read more button was After the share buttons and Before the signature.

    Mark-F

    #40510
    Quote:
    Add this to Custom CSS,

    .entry-content .more-link {

    float: right;

    }

    Thanks a lot, I added this to my child theme CSS, and it worked!

Viewing 10 posts - 1 through 10 (of 15 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.