Archived topic
WP-PageNavi
15 replies · Started by Marcin on August 5, 2017
I have a question for the page navigation. I installed WP-PageNavi, but I don't know how to center the pagination. Can you help me?
My website: http://marcinszkodzinski.pl
Hi there,
Any reason why you are using that plugin instead of GP's default paging navigation?
Let me know :)
Wp-PageNavi looks nice.
I only saw border around the numbers which we can do with some CSS.
Can you try this with GP's page numbers?
.page-numbers {
border: 1px solid #000000;
padding: 0px 2px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if other styles are needed :)
Hmmm, it does not look good.
I would like to achieve this effect:
http://czytamrecenzuje.pl/archiwum.php
You can do it? :)
Ok can you activate the plugin again?
PS
Something is wrong with the buttons.
Sorry what buttons? Can you re-activate the Wp-PageNavi again?
We will just try to center that.
I installed.
Can you activate it so I can see it on your page? Thanks!
I activated. Now there are two paginations.
On this page? http://marcinszkodzinski.pl/
I still only see GP's pagination: https://s1.postimg.org/uep2lamy7/2017-08-06_1001.png
Try again. Now is good?
Try this CSS:
.wp-pagenavi {
margin: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks!