Hi,
This problem occurs because of your theme, namely because of the Masonry JS plugin, which is used by your theme. So there is a conflict between styles, and our pagination is hidden.
To fix it, please complete the next steps:
1) Add the following code to the end of the css file of your theme:
.posts {
margin-bottom: 70px;
}
.pgntn-page-pagination {
position: absolute;
bottom: -90px;
width: 100%;
}
2) Go to the plugin settings page, mark “Hide custom pagination” checkbox and add in the field .archive-nav.section-inner
. Don’t forget to save changes.
It is necessary to complete this in order to hide the standard pagination.
3) Open “Appearance” tab on the plugin settings page and replace the existing value with “100” in “Page pagination block width” option, save changes.
It is necessary to complete this in order to align the pagination in the middle.
Sincerely,
BestWebSoft Support Team