We're merging with GenerateBlocks! Learn more here.

[Support request] Positioning of Pagination

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Positioning of Pagination

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #22691
    Michelle
    Participant

    I’d like the pagination (not ajax) to be centered on the page. How can I achieve this?

    #22695
    elvin
    Moderator

    Hi there,

    Can you link us to the site in question so we could take a closer look?

    This can be achieved through CSS with the right selectors.:)

    #22701
    Michelle
    Participant
    #22703
    elvin
    Moderator

    Your site seems to be in maintenance mode.

    Can you temporarily remove it so we could check? Thank you.

    #22706
    Michelle
    Participant

    Whoops. I forgot. Maintenance mode is now deactivated

    #22708
    elvin
    Moderator

    Thank you. 🙂

    Add this CSS:

    .wpsp-load-more {
        text-align: center;
    }

    Here’s how to add CSS – https://docs.generatepress.com/article/adding-css/

    #22712
    Michelle
    Participant

    Great! Can I move it up a little?

    #22714
    elvin
    Moderator

    Great! Can I move it up a little?

    Sure. We can remove its margin-top as well

    .wpsp-load-more {
        text-align: center;
        margin-top: 0px;
    }
    #22717
    Michelle
    Participant

    That did the trick. Thank you!

    #22734
    elvin
    Moderator

    Nice one. No problem. 🙂

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