0
Matthew
I would like my pagination links to be centered along with my content. I see no functionality to do this. Is there some CSS I can add?
See my post grids for reference:
www.matthewrondeau.com
Thanks!
2 Subscribers


Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
this is probably css conflict, pagination should display at center by default. you can override float by adding following CSS
.post-grid .pagination .page-numbers { float: none; }
Let me know the result.
Regards