How to center pagination (Influencer theme)

Posted in: Newspaper
Post count: 234

Very simple thing, how can I center the pagination with (Post Loop block)

Screenshot: https://www.dropbox.com/s/jbl04pznmumd44v/Center-pagination.jpg

Center pagination

Thank you guys!

Post count: 234

I would need your help guys 🙂

Post count: 35449

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!

Post count: 234

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

Post count: 234

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.

Post count: 35449

Hi,

This code is working on my install, please provide me a link to your website, so I can adapt the css to work for you too.

Thank you

Post count: 234

Hi Calin,

Thanks for your support, my website is : https://tinyurl.com/trq99es
It is using a “Post Loop” block

Post count: 35449

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.

Post count: 234

Perfect thank you very much Calin!!

Could I please ask you how to remove : “Page 1 of 8” next to the pagination ?
Thank you

Post count: 35449

Hi,

Please try this custom css
.tdb_loop .page-nav .pages{
display: none;
}

Thank you!

Post count: 234

Awesome, thanks Calin!!

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.