• asw

    (@astreetweb)


    I’d like to center read more button but what I tried did not work.

    I tried this:

    .wpsp-read-more, .wp-show-posts-entry-meta-below-post {text-align: center; margin: 0 auto;}

    This aligns the meta but not read-more button.

    What am I doing wrong?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    try this CSS for centring the Read More:

    .wpsp-read-more {
        display: block;
        text-align: center;
    }
    Thread Starter asw

    (@astreetweb)

    Thanks David. It was the display block that was missing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center read more button’ is closed to new replies.