How do I center pagination buttons?

0
How do I center pagination buttons? 1
Matthew
Oct 26, 2019 08:58 AM 1 Answers
Member Since Oct 2019
Subscribed Subscribe Not subscribe
Flag(0)

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
How do I center pagination buttons? 1
How do I center pagination buttons? 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How do I center pagination buttons? 4
PickPlugins
Oct 26, 2019
Flag(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

Sign in to Reply
Replying as Submit