Center the Button in a Post excerpt

  • Author
    Posts
  • #54998

    I am unable to figure out how to CENTER the “continue reading” button within a post excerpt on an archive/category page. Can you give me a general idea where to go please?

    Website: www.benenaturalhealth.com/category/herbalmedicine

    #55121
    Zed
    Cryout Creations mastermind

    That can only be done with custom CSS:

    footer.post-continue-container a.continue-reading-link {
        display: inline-block;
        float: none;
    }
    footer.post-continue-container {
        text-align: center;
        width: 100%;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Center the Button in a Post excerpt’ is closed to new replies.