Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    This is happening because your theme is not providing complete styling for pagination.

    Try something like this to fix it:

    .pagination .nav-links {
        display:flex;
        gap: 10px;
    }
    .pagination .page-numbers {
        padding: 10px 25px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Pagination’ is closed to new replies.