getgrav / grav-plugin-pagination

Grav Pagination Plugin
https://getgrav.org
MIT License
27 stars 20 forks source link

Rendered pagination exceeds page width #59

Closed marcocevoli closed 1 year ago

marcocevoli commented 1 year ago

Hi,

I'm not sure how to describe this issue. If you have many pages, the pagination footer exceeds the page width.

This is a screenshot:

https://i.imgur.com/nGImedw.png

Any ideas on how to solve it without setting a different limit (ie show more blog posts in a page, resulting in less pages)?

TIA

rhukster commented 1 year ago

You need to set the delta setting: https://github.com/getgrav/grav-plugin-pagination#config-defaults

marcocevoli commented 1 year ago

Thanks a lot, that did it. If I may, a better wording for that feature would help understand what it does. I didn't understand it when I read that section.