Home › Forums › Pro Support › Positioning of Pagination Tagged: pagination position This topic has 9 replies, 2 voices, and was last updated 2 years, 10 months ago by elvin. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts November 15, 2020 at 3:59 pm #22691 MichelleParticipant I’d like the pagination (not ajax) to be centered on the page. How can I achieve this? November 15, 2020 at 5:27 pm #22695 elvinModerator 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.:) November 15, 2020 at 7:50 pm #22701 MichelleParticipant Sure https://www.reachingmyworld.com/journal November 15, 2020 at 7:57 pm #22703 elvinModerator Your site seems to be in maintenance mode. Can you temporarily remove it so we could check? Thank you. November 15, 2020 at 8:03 pm #22706 MichelleParticipant Whoops. I forgot. Maintenance mode is now deactivated November 15, 2020 at 8:14 pm #22708 elvinModerator Thank you. 🙂 Add this CSS: .wpsp-load-more { text-align: center; } Here’s how to add CSS – https://docs.generatepress.com/article/adding-css/ November 15, 2020 at 8:29 pm #22712 MichelleParticipant Great! Can I move it up a little? November 15, 2020 at 8:59 pm #22714 elvinModerator 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; } November 15, 2020 at 9:22 pm #22717 MichelleParticipant That did the trick. Thank you! November 16, 2020 at 12:40 pm #22734 elvinModerator Nice one. No problem. 🙂 Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In