Home › Forums › Support › center page number (blog) This topic has 7 replies, 3 voices, and was last updated 3 years, 7 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 1, 2022 at 12:14 pm #2360049 steven Hello, I want in the blog category to center the blog page numbers (pagination) https://ibb.co/r67Bs95 Thanks you October 1, 2022 at 12:37 pm #2360065 LeoStaff Customer Support Hi Steven, Try this CSS: .category-blog .paging-navigation .nav-links { justify-content: center; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 October 3, 2022 at 9:32 am #2361771 steven Thanks you Leo, it’s working. Do you now if it’s possible to add page number 3 ? in the paging navigation October 3, 2022 at 11:31 am #2361863 LeoStaff Customer Support Try this filter: https://docs.generatepress.com/article/generate_pagination_mid_size/ October 10, 2022 at 7:24 am #2368724 steven Thanks leo, but it looks a bit complicated for me to edit October 10, 2022 at 8:43 am #2368963 DavidStaff Customer Support Hi there, you only need to add the PHP Snippet to your site: add_filter( 'generate_pagination_mid_size','tu_increase_pagination_numbers' ); function tu_increase_pagination_numbers() { return 3; } If you’re not using a Child Theme then add the code using the Code Snippets plugin. October 10, 2022 at 9:41 am #2369033 steven Hi David, Thanks you it’s working 🙂 October 11, 2022 at 4:15 am #2369716 DavidStaff Customer Support Glad to hear that ! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In