Very simple thing, how can I center the pagination with (Post Loop block)
Screenshot: https://www.dropbox.com/s/jbl04pznmumd44v/Center-pagination.jpg

Thank you guys!
-
This topic was modified 6 years by
slivertorp.
I would need your help guys 🙂
-
This reply was modified 6 years by
slivertorp.
Hi,
For this you’ll need to use a custom css like this one -> https://i.imgur.com/WnzVxiO.png
.page-nav {
margin-right: auto;
margin-left: auto;
display: table;
width: auto;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
This is great thanks Calin! I will try right now.
I really like the fact you took time to give me a solution.
That would be quite nice to implement this option in your next update.
Many people would want that
Hi Calin,
I just tried what you said but it doesn’t work so far.
Could you try on your side just to make sure?
Thanks in advance for your help.
Hi Calin,
Thanks for your support, my website is : https://tinyurl.com/trq99es
It is using a “Post Loop” block
Hi,
Please try this custom css -> https://i.imgur.com/uxprcRm.jpg
.tdb_loop .page-nav {
margin-right: auto;
margin-left: auto;
display: table;
width: auto;
}
Hope this is what you need!
Thanks.
Perfect thank you very much Calin!!
Could I please ask you how to remove : “Page 1 of 8” next to the pagination ?
Thank you
